Html Css Color HEX #D5E117 Pear

📋 copy color: '#D5E117'

red 213 ◦ green 225 ◦ blue 23

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

Shades of Pear #D5E117

Tints of Pear #D5E117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 23 (9.38% from 255) = 4.99%

R = 46.2%
G = 48.81%
B = 4.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#D5E117 (or 0xD5E117) is known color: Pear. HEX triplet: D5, E1 and 17. RGB value is (213,225,23). Sum of RGB (Red+Green+Blue) = 213+225+23=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E117 is #2A1EE8. Grayscale: #C7C7C7. Windows color (decimal): -2760425 or 1565141. OLE color: 1565141.

HSL color Cylindrical-coordinate representation of color #D5E117: hue angle of 63.56º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5E117 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 23 -
CMYK 0.05 0 0.90 0.12
HSL 63.56º 0.81% 0.49% -
HSV(B) 63.56º 0.9% 0.88% -
XYZ 54.52 68.06 11.07 -
YUV 198.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 213 225 23 0.05 0 0.90 0.12 63.56 0.81 0.49
Hex D5 E1 17 5 0 5A C 40 51 31
Octal 325 341 27 5 0 132 14 100 121 61
Binary 11010101 11100001 10111 101 0 1011010 1100 1000000 1010001 110001

Color Harmonies of #D5E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E117

Black with #D5E117

Text Example


Text Example

White with #D5E117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E117; }

 p { color: rgb(213,225,23); }

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

background-color css

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

 a { background-color: rgb(213,225,23); }

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

border-color css

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

 span { border-color: rgb(213,225,23); }

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