#D0E540

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

Shades of Pear #D0E540

Tints of Pear #D0E540

Color information

#D0E540 (or 0xD0E540) is unknown color: approx Pear. HEX triplet: D0, E5 and 40. RGB value is (208,229,64). Sum of RGB (Red+Green+Blue) = 208+229+64=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E540 is #2F1ABF. Grayscale: #CCCCCC. Windows color (decimal): -3087040 or 4253136. OLE color: 4253136.

HSL color Cylindrical-coordinate representation of color #D0E540: hue angle of 67.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0E540 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB20822964-
CMYK0.0900.720.10
HSL67.64º76.04%57.45%-
HSV(B)67.64º72.05%89.8%-
XYZ54.9669.8215.43-
YUV203.9149.04130.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 229 (89.84% from 255) = 45.71%
BLUE value IS 64 (25.39% from 255) = 12.77%
R=41.52%
G=45.71%
B=12.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208229640.0900.720.1067.6476.0457.45
HexD0E5409048A444c39
Octal3203451001101101210411471
Binary11010000111001011000000100101001000101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E540; }

 p { color: rgb(208,229,64); }

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

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

 a { background-color: rgb(208,229,64); }

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

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

 span { border-color: rgb(208,229,64); }

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