#D6ED20

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

Shades of Pear #D6ED20

Tints of Pear #D6ED20

Color information

#D6ED20 (or 0xD6ED20) is unknown color: approx Pear. HEX triplet: D6, ED and 20. RGB value is (214,237,32). Sum of RGB (Red+Green+Blue) = 214+237+32=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6ED20 is #2912DF. Grayscale: #CFCFCF. Windows color (decimal): -2691808 or 2158038. OLE color: 2158038.

HSL color Cylindrical-coordinate representation of color #D6ED20: hue angle of 66.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6ED20 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB21423732-
CMYK0.1000.860.07
HSL66.73º85.06%52.75%-
HSV(B)66.73º86.5%92.94%-
XYZ58.2874.9712.77-
YUV206.7529.38133.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 32 (12.89% from 255) = 6.63%
R=44.31%
G=49.07%
B=6.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214237320.1000.860.0766.7385.0652.75
HexD6ED20A0567435535
Octal32635540120126710312565
Binary110101101110110110000010100101011011110000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ED20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ED20; }

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

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

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

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

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

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

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

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