Html Css Color HEX #D6ED20 Pear

📋 copy color: '#D6ED20'

red 214 ◦ green 237 ◦ blue 32

#D6ED20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D6ED20

Tints of Pear #D6ED20

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 value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#D6ED20 (or 0xD6ED20) is known color: 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

RGB 214 237 32 -
CMYK 0.10 0 0.86 0.07
HSL 66.73º 0.85% 0.53% -
HSV(B) 66.73º 0.86% 0.93% -
XYZ 58.28 74.97 12.77 -
YUV 206.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 214 237 32 0.10 0 0.86 0.07 66.73 0.85 0.53
Hex D6 ED 20 A 0 56 7 43 55 35
Octal 326 355 40 12 0 126 7 103 125 65
Binary 11010110 11101101 100000 1010 0 1010110 111 1000011 1010101 110101

Color Harmonies of #D6ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED20

Black with #D6ED20

Text Example


Text Example

White with #D6ED20

Text Example


Text Example

HTML Codes & Css Web 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>