Html Css Color HEX #D5EC16 Pear

📋 copy color: '#D5EC16'

red 213 ◦ green 236 ◦ blue 22

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

Shades of Pear #D5EC16

Tints of Pear #D5EC16

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

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

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

R = 45.22%
G = 50.11%
B = 4.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#D5EC16 (or 0xD5EC16) is known color: Pear. HEX triplet: D5, EC and 16. RGB value is (213,236,22). Sum of RGB (Red+Green+Blue) = 213+236+22=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EC16 is #2A13E9. Grayscale: #CDCDCD. Windows color (decimal): -2757610 or 1502421. OLE color: 1502421.

HSL color Cylindrical-coordinate representation of color #D5EC16: hue angle of 66.45º 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 #D5EC16 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 22 -
CMYK 0.10 0 0.91 0.07
HSL 66.45º 0.85% 0.51% -
HSV(B) 66.45º 0.91% 0.93% -
XYZ 57.58 74.19 12.05 -
YUV 204.73 24.88 133.9 -
System Red Green Blue C M Y K H S L
Decimal 213 236 22 0.10 0 0.91 0.07 66.45 0.85 0.51
Hex D5 EC 16 A 0 5B 7 42 55 33
Octal 325 354 26 12 0 133 7 102 125 63
Binary 11010101 11101100 10110 1010 0 1011011 111 1000010 1010101 110011

Color Harmonies of #D5EC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC16

Black with #D5EC16

Text Example


Text Example

White with #D5EC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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