#D6F04C

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

Shades of Pear #D6F04C

Tints of Pear #D6F04C

Color information

#D6F04C (or 0xD6F04C) is unknown color: approx Pear. HEX triplet: D6, F0 and 4C. RGB value is (214,240,76). Sum of RGB (Red+Green+Blue) = 214+240+76=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F04C is #290FB3. Grayscale: #D6D6D6. Windows color (decimal): -2690996 or 5042390. OLE color: 5042390.

HSL color Cylindrical-coordinate representation of color #D6F04C: hue angle of 69.51º 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 #D6F04C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB21424076-
CMYK0.1100.680.06
HSL69.51º84.54%61.96%-
HSV(B)69.51º68.33%94.12%-
XYZ60.277.1418.55-
YUV213.5350.39128.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 76 (30.08% from 255) = 14.34%
R=40.38%
G=45.28%
B=14.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214240760.1100.680.0669.5184.5461.96
HexD6F04CB044646553e
Octal326360114130104610612576
Binary1101011011110000100110010110100010011010001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F04C; }

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

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

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

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

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

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

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

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