Html Css Color HEX #D6EC16 Pear

📋 copy color: '#D6EC16'

red 214 ◦ green 236 ◦ blue 22

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

Shades of Pear #D6EC16

Tints of Pear #D6EC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.66%

R = 45.34%
G = 50%
B = 4.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#D6EC16 (or 0xD6EC16) is known color: Pear. HEX triplet: D6, EC and 16. RGB value is (214,236,22). Sum of RGB (Red+Green+Blue) = 214+236+22=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EC16 is #2913E9. Grayscale: #CDCDCD. Windows color (decimal): -2692074 or 1502422. OLE color: 1502422.

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

Color convert

RGB 214 236 22 -
CMYK 0.09 0 0.91 0.07
HSL 66.17º 0.85% 0.51% -
HSV(B) 66.17º 0.91% 0.93% -
XYZ 57.87 74.34 12.06 -
YUV 205.03 24.71 134.4 -
System Red Green Blue C M Y K H S L
Decimal 214 236 22 0.09 0 0.91 0.07 66.17 0.85 0.51
Hex D6 EC 16 9 0 5B 7 42 55 33
Octal 326 354 26 11 0 133 7 102 125 63
Binary 11010110 11101100 10110 1001 0 1011011 111 1000010 1010101 110011

Color Harmonies of #D6EC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC16

Black with #D6EC16

Text Example


Text Example

White with #D6EC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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