Shades of Pear #D8EA16
Tints of Pear #D8EA16
RGB
CMYK
RGB Variations
Color information
#D8EA16 (or 0xD8EA16) is known color: Pear. HEX triplet: D8, EA and 16. RGB value is (216,234,22). Sum of RGB (Red+Green+Blue) = 216+234+22=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8EA16 is #2715E9. Grayscale: #CDCDCD. Windows color (decimal): -2561514 or 1501912. OLE color: 1501912.
HSL color Cylindrical-coordinate representation of color #D8EA16: hue angle of 65.09º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8EA16 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 22 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.08 |
| HSL | 65.09º | 0.83% | 0.5% | - |
| HSV(B) | 65.09º | 0.91% | 0.92% | - |
| XYZ | 57.89 | 73.5 | 11.9 | - |
| YUV | 204.45 | 25.04 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 22 | 0.08 | 0 | 0.91 | 0.08 | 65.09 | 0.83 | 0.5 |
| Hex | D8 | EA | 16 | 8 | 0 | 5B | 8 | 41 | 53 | 32 |
| Octal | 330 | 352 | 26 | 10 | 0 | 133 | 10 | 101 | 123 | 62 |
| Binary | 11011000 | 11101010 | 10110 | 1000 | 0 | 1011011 | 1000 | 1000001 | 1010011 | 110010 |
Color Harmonies of #D8EA16
Complementary color
Monochromatic Colors of #D8EA16
Black with #D8EA16
Text Example
Text Example
White with #D8EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EA16; }
p { color: rgb(216,234,22); }
H1.HeaderClassName
{
color: #D8EA16;
}
.AnyTagClassName
{
color: #D8EA16;
}
</style>
background-color css
<style>
a { background-color: #D8EA16; }
a { background-color: rgb(216,234,22); }
div.DivClassName
{
background-color: #D8EA16;
}
.BgClassName
{
background-color: #D8EA16;
}
</style>
border-color css
<style>
span { border-color: #D8EA16; }
span { border-color: rgb(216,234,22); }
td.TdClassName
{
border-color: #D8EA16;
}
.TagClassName
{
border-color: #D8EA16;
}
</style>