Html Css Color HEX #D5E116 Pear

📋 copy color: '#D5E116'

red 213 ◦ green 225 ◦ blue 22

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

Shades of Pear #D5E116

Tints of Pear #D5E116

RGB

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

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

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

R = 46.3%
G = 48.91%
B = 4.78%

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

#D5E116 (or 0xD5E116) is known color: Pear. HEX triplet: D5, E1 and 16. RGB value is (213,225,22). Sum of RGB (Red+Green+Blue) = 213+225+22=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E116 is #2A1EE9. Grayscale: #C7C7C7. Windows color (decimal): -2760426 or 1499605. OLE color: 1499605.

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

Color convert

RGB 213 225 22 -
CMYK 0.05 0 0.90 0.12
HSL 63.55º 0.82% 0.48% -
HSV(B) 63.55º 0.9% 0.88% -
XYZ 54.51 68.05 11.02 -
YUV 198.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 213 225 22 0.05 0 0.90 0.12 63.55 0.82 0.48
Hex D5 E1 16 5 0 5A C 40 52 30
Octal 325 341 26 5 0 132 14 100 122 60
Binary 11010101 11100001 10110 101 0 1011010 1100 1000000 1010010 110000

Color Harmonies of #D5E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E116

Black with #D5E116

Text Example


Text Example

White with #D5E116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E116; }

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

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

background-color css

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

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

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

border-color css

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

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

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