Html Css Color HEX #D5E415 Pear

📋 copy color: '#D5E415'

red 213 ◦ green 228 ◦ blue 21

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

Shades of Pear #D5E415

Tints of Pear #D5E415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 46.1%
G = 49.35%
B = 4.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#D5E415 (or 0xD5E415) is known color: Pear. HEX triplet: D5, E4 and 15. RGB value is (213,228,21). Sum of RGB (Red+Green+Blue) = 213+228+21=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E415 is #2A1BEA. Grayscale: #C8C8C8. Windows color (decimal): -2759659 or 1434837. OLE color: 1434837.

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

Color convert

RGB 213 228 21 -
CMYK 0.07 0 0.91 0.11
HSL 64.35º 0.83% 0.49% -
HSV(B) 64.35º 0.91% 0.89% -
XYZ 55.32 69.69 11.24 -
YUV 199.92 27.03 137.33 -
System Red Green Blue C M Y K H S L
Decimal 213 228 21 0.07 0 0.91 0.11 64.35 0.83 0.49
Hex D5 E4 15 7 0 5B B 40 53 31
Octal 325 344 25 7 0 133 13 100 123 61
Binary 11010101 11100100 10101 111 0 1011011 1011 1000000 1010011 110001

Color Harmonies of #D5E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E415

Black with #D5E415

Text Example


Text Example

White with #D5E415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E415; }

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

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

background-color css

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

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

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

border-color css

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

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

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