#D0EF1E

Color #D0EF1E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D0EF1E

Tints of Pear #D0EF1E

Color information

#D0EF1E (or 0xD0EF1E) is unknown color: approx Pear. HEX triplet: D0, EF and 1E. RGB value is (208,239,30). Sum of RGB (Red+Green+Blue) = 208+239+30=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EF1E is #2F10E1. Grayscale: #CECECE. Windows color (decimal): -3084514 or 2027472. OLE color: 2027472.

HSL color Cylindrical-coordinate representation of color #D0EF1E: hue angle of 68.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0EF1E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20823930-
CMYK0.1300.870.06
HSL68.9º86.72%52.75%-
HSV(B)68.9º87.45%93.73%-
XYZ57.1175.2412.74-
YUV205.928.73129.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 239 (93.75% from 255) = 50.10%
BLUE value IS 30 (12.11% from 255) = 6.29%
R=43.61%
G=50.10%
B=6.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal208239300.1300.870.0668.986.7252.75
HexD0EF1ED0576455735
Octal32035736150127610512765
Binary11010000111011111111011010101011111010001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EF1E; }

 p { color: rgb(208,239,30); }

 H1.HeaderClassName
 {
   color: #D0EF1E;
 }
 .AnyTagClassName
 {
   color: #D0EF1E;
 }
</style>
background-color css

<style>
 a { background-color: #D0EF1E; }

 a { background-color: rgb(208,239,30); }

 div.DivClassName
 {
   background-color: #D0EF1E;
 }
 .BgClassName
 {
   background-color: #D0EF1E;
 }
</style>
border-color css

<style>
 span { border-color: #D0EF1E; }

 span { border-color: rgb(208,239,30); }

 td.TdClassName
 {
   border-color: #D0EF1E;
 }
 .TagClassName
 {
   border-color: #D0EF1E;
 }
</style>