Shades of Pear #D8E517
Tints of Pear #D8E517
RGB
CMYK
RGB Variations
Color information
#D8E517 (or 0xD8E517) is known color: Pear. HEX triplet: D8, E5 and 17. RGB value is (216,229,23). Sum of RGB (Red+Green+Blue) = 216+229+23=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8E517 is #271AE8. Grayscale: #CACACA. Windows color (decimal): -2562793 or 1566168. OLE color: 1566168.
HSL color Cylindrical-coordinate representation of color #D8E517: hue angle of 63.79º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8E517 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 229 | 23 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.10 |
| HSL | 63.79º | 0.82% | 0.49% | - |
| HSV(B) | 63.79º | 0.9% | 0.9% | - |
| XYZ | 56.49 | 70.7 | 11.48 | - |
| YUV | 201.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 229 | 23 | 0.06 | 0 | 0.90 | 0.10 | 63.79 | 0.82 | 0.49 |
| Hex | D8 | E5 | 17 | 6 | 0 | 5A | A | 40 | 52 | 31 |
| Octal | 330 | 345 | 27 | 6 | 0 | 132 | 12 | 100 | 122 | 61 |
| Binary | 11011000 | 11100101 | 10111 | 110 | 0 | 1011010 | 1010 | 1000000 | 1010010 | 110001 |
Color Harmonies of #D8E517
Complementary color
Monochromatic Colors of #D8E517
Black with #D8E517
Text Example
Text Example
White with #D8E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E517; }
p { color: rgb(216,229,23); }
H1.HeaderClassName
{
color: #D8E517;
}
.AnyTagClassName
{
color: #D8E517;
}
</style>
background-color css
<style>
a { background-color: #D8E517; }
a { background-color: rgb(216,229,23); }
div.DivClassName
{
background-color: #D8E517;
}
.BgClassName
{
background-color: #D8E517;
}
</style>
border-color css
<style>
span { border-color: #D8E517; }
span { border-color: rgb(216,229,23); }
td.TdClassName
{
border-color: #D8E517;
}
.TagClassName
{
border-color: #D8E517;
}
</style>