Shades of Pear #D8E846
Tints of Pear #D8E846
RGB
CMYK
RGB Variations
Color information
#D8E846 (or 0xD8E846) is known color: Pear. HEX triplet: D8, E8 and 46. RGB value is (216,232,70). Sum of RGB (Red+Green+Blue) = 216+232+70=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8E846 is #2717B9. Grayscale: #D1D1D1. Windows color (decimal): -2561978 or 4647128. OLE color: 4647128.
HSL color Cylindrical-coordinate representation of color #D8E846: hue angle of 65.93º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8E846 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 70 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.09 |
| HSL | 65.93º | 0.78% | 0.59% | - |
| HSV(B) | 65.93º | 0.7% | 0.91% | - |
| XYZ | 58.28 | 72.75 | 16.77 | - |
| YUV | 208.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 70 | 0.07 | 0 | 0.70 | 0.09 | 65.93 | 0.78 | 0.59 |
| Hex | D8 | E8 | 46 | 7 | 0 | 46 | 9 | 42 | 4E | 3B |
| Octal | 330 | 350 | 106 | 7 | 0 | 106 | 11 | 102 | 116 | 73 |
| Binary | 11011000 | 11101000 | 1000110 | 111 | 0 | 1000110 | 1001 | 1000010 | 1001110 | 111011 |
Color Harmonies of #D8E846
Complementary color
Monochromatic Colors of #D8E846
Black with #D8E846
Text Example
Text Example
White with #D8E846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E846; }
p { color: rgb(216,232,70); }
H1.HeaderClassName
{
color: #D8E846;
}
.AnyTagClassName
{
color: #D8E846;
}
</style>
background-color css
<style>
a { background-color: #D8E846; }
a { background-color: rgb(216,232,70); }
div.DivClassName
{
background-color: #D8E846;
}
.BgClassName
{
background-color: #D8E846;
}
</style>
border-color css
<style>
span { border-color: #D8E846; }
span { border-color: rgb(216,232,70); }
td.TdClassName
{
border-color: #D8E846;
}
.TagClassName
{
border-color: #D8E846;
}
</style>