#D6F820

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

Shades of Pear #D6F820

Tints of Pear #D6F820

Color information

#D6F820 (or 0xD6F820) is unknown color: approx Pear. HEX triplet: D6, F8 and 20. RGB value is (214,248,32). Sum of RGB (Red+Green+Blue) = 214+248+32=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F820 is #2907DF. Grayscale: #D6D6D6. Windows color (decimal): -2688992 or 2160854. OLE color: 2160854.

HSL color Cylindrical-coordinate representation of color #D6F820: hue angle of 69.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6F820 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB21424832-
CMYK0.1400.870.03
HSL69.44º93.91%54.9%-
HSV(B)69.44º87.1%97.25%-
XYZ61.5681.5413.86-
YUV213.2125.74128.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 248 (97.27% from 255) = 50.20%
BLUE value IS 32 (12.89% from 255) = 6.48%
R=43.32%
G=50.20%
B=6.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214248320.1400.870.0369.4493.9154.9
HexD6F820E0573455e37
Octal32637040160127310513667
Binary11010110111110001000001110010101111110001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F820; }

 p { color: rgb(214,248,32); }

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

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

 a { background-color: rgb(214,248,32); }

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

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

 span { border-color: rgb(214,248,32); }

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