Html Css Color HEX #D5E416 Pear

📋 copy color: '#D5E416'

red 213 ◦ green 228 ◦ blue 22

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

Shades of Pear #D5E416

Tints of Pear #D5E416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.24%

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

R = 46%
G = 49.24%
B = 4.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#D5E416 (or 0xD5E416) is known color: Pear. HEX triplet: D5, E4 and 16. RGB value is (213,228,22). Sum of RGB (Red+Green+Blue) = 213+228+22=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E416 is #2A1BE9. Grayscale: #C8C8C8. Windows color (decimal): -2759658 or 1500373. OLE color: 1500373.

HSL color Cylindrical-coordinate representation of color #D5E416: hue angle of 64.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5E416 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 22 -
CMYK 0.07 0 0.90 0.11
HSL 64.37º 0.82% 0.49% -
HSV(B) 64.37º 0.9% 0.89% -
XYZ 55.33 69.69 11.29 -
YUV 200.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 213 228 22 0.07 0 0.90 0.11 64.37 0.82 0.49
Hex D5 E4 16 7 0 5A B 40 52 31
Octal 325 344 26 7 0 132 13 100 122 61
Binary 11010101 11100100 10110 111 0 1011010 1011 1000000 1010010 110001

Color Harmonies of #D5E416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E416

Black with #D5E416

Text Example


Text Example

White with #D5E416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E416; }

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

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

background-color css

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

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

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

border-color css

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

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

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