#D0F04C

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

Shades of Pear #D0F04C

Tints of Pear #D0F04C

Color information

#D0F04C (or 0xD0F04C) is unknown color: approx Pear. HEX triplet: D0, F0 and 4C. RGB value is (208,240,76). Sum of RGB (Red+Green+Blue) = 208+240+76=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F04C is #2F0FB3. Grayscale: #D4D4D4. Windows color (decimal): -3084212 or 5042384. OLE color: 5042384.

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

Color convert

RGB20824076-
CMYK0.1300.680.06
HSL71.71º84.54%61.96%-
HSV(B)71.71º68.33%94.12%-
XYZ58.4876.2518.47-
YUV211.7451.4125.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 76 (30.08% from 255) = 14.50%
R=39.69%
G=45.80%
B=14.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal208240760.1300.680.0671.7184.5461.96
HexD0F04CD044648553e
Octal320360114150104611012576
Binary1101000011110000100110011010100010011010010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F04C; }

 p { color: rgb(208,240,76); }

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

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

 a { background-color: rgb(208,240,76); }

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

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

 span { border-color: rgb(208,240,76); }

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