Html Css Color HEX #D5E916 Pear

📋 copy color: '#D5E916'

red 213 ◦ green 233 ◦ blue 22

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

Shades of Pear #D5E916

Tints of Pear #D5E916

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.79%

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

R = 45.51%
G = 49.79%
B = 4.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#D5E916 (or 0xD5E916) is known color: Pear. HEX triplet: D5, E9 and 16. RGB value is (213,233,22). Sum of RGB (Red+Green+Blue) = 213+233+22=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5E916 is #2A16E9. Grayscale: #CBCBCB. Windows color (decimal): -2758378 or 1501653. OLE color: 1501653.

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

Color convert

RGB 213 233 22 -
CMYK 0.09 0 0.91 0.09
HSL 65.69º 0.83% 0.5% -
HSV(B) 65.69º 0.91% 0.91% -
XYZ 56.72 72.48 11.76 -
YUV 202.97 25.87 135.16 -
System Red Green Blue C M Y K H S L
Decimal 213 233 22 0.09 0 0.91 0.09 65.69 0.83 0.5
Hex D5 E9 16 9 0 5B 9 42 53 32
Octal 325 351 26 11 0 133 11 102 123 62
Binary 11010101 11101001 10110 1001 0 1011011 1001 1000010 1010011 110010

Color Harmonies of #D5E916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E916

Black with #D5E916

Text Example


Text Example

White with #D5E916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E916; }

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

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

background-color css

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

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

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

border-color css

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

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

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