Html Css Color HEX #D6EC20 Pear

📋 copy color: '#D6EC20'

red 214 ◦ green 236 ◦ blue 32

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

Shades of Pear #D6EC20

Tints of Pear #D6EC20

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

 GREEN value IS 236 (92.58% from 255) = 48.96%

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 44.4%
G = 48.96%
B = 6.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#D6EC20 (or 0xD6EC20) is known color: Pear. HEX triplet: D6, EC and 20. RGB value is (214,236,32). Sum of RGB (Red+Green+Blue) = 214+236+32=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC20 is #2913DF. Grayscale: #CECECE. Windows color (decimal): -2692064 or 2157782. OLE color: 2157782.

HSL color Cylindrical-coordinate representation of color #D6EC20: hue angle of 66.47º degrees, saturation: 0.84, 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 #D6EC20 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 32 -
CMYK 0.09 0 0.86 0.07
HSL 66.47º 0.84% 0.53% -
HSV(B) 66.47º 0.86% 0.93% -
XYZ 57.99 74.39 12.67 -
YUV 206.17 29.71 133.59 -
System Red Green Blue C M Y K H S L
Decimal 214 236 32 0.09 0 0.86 0.07 66.47 0.84 0.53
Hex D6 EC 20 9 0 56 7 42 54 35
Octal 326 354 40 11 0 126 7 102 124 65
Binary 11010110 11101100 100000 1001 0 1010110 111 1000010 1010100 110101

Color Harmonies of #D6EC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC20

Black with #D6EC20

Text Example


Text Example

White with #D6EC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC20; }

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

 H1.HeaderClassName
 {
   color: #D6EC20;
 }
 .AnyTagClassName
 {
   color: #D6EC20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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