Shades of Pear #D5E817
Tints of Pear #D5E817
RGB
CMYK
RGB Variations
Color information
#D5E817 (or 0xD5E817) is known color: Pear. HEX triplet: D5, E8 and 17. RGB value is (213,232,23). Sum of RGB (Red+Green+Blue) = 213+232+23=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5E817 is #2A17E8. Grayscale: #CBCBCB. Windows color (decimal): -2758633 or 1566933. OLE color: 1566933.
HSL color Cylindrical-coordinate representation of color #D5E817: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5E817 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.09 |
| HSL | 65.45º | 0.82% | 0.5% | - |
| HSV(B) | 65.45º | 0.9% | 0.91% | - |
| XYZ | 56.45 | 71.92 | 11.72 | - |
| YUV | 202.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 23 | 0.08 | 0 | 0.90 | 0.09 | 65.45 | 0.82 | 0.5 |
| Hex | D5 | E8 | 17 | 8 | 0 | 5A | 9 | 41 | 52 | 32 |
| Octal | 325 | 350 | 27 | 10 | 0 | 132 | 11 | 101 | 122 | 62 |
| Binary | 11010101 | 11101000 | 10111 | 1000 | 0 | 1011010 | 1001 | 1000001 | 1010010 | 110010 |
Color Harmonies of #D5E817
Complementary color
Monochromatic Colors of #D5E817
Black with #D5E817
Text Example
Text Example
White with #D5E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E817; }
p { color: rgb(213,232,23); }
H1.HeaderClassName
{
color: #D5E817;
}
.AnyTagClassName
{
color: #D5E817;
}
</style>
background-color css
<style>
a { background-color: #D5E817; }
a { background-color: rgb(213,232,23); }
div.DivClassName
{
background-color: #D5E817;
}
.BgClassName
{
background-color: #D5E817;
}
</style>
border-color css
<style>
span { border-color: #D5E817; }
span { border-color: rgb(213,232,23); }
td.TdClassName
{
border-color: #D5E817;
}
.TagClassName
{
border-color: #D5E817;
}
</style>