Shades of Pear #DEE116
Tints of Pear #DEE116
RGB
CMYK
RGB Variations
Color information
#DEE116 (or 0xDEE116) is known color: Pear. HEX triplet: DE, E1 and 16. RGB value is (222,225,22). Sum of RGB (Red+Green+Blue) = 222+225+22=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE116 is #211EE9. Grayscale: #C9C9C9. Windows color (decimal): -2170602 or 1499614. OLE color: 1499614.
HSL color Cylindrical-coordinate representation of color #DEE116: hue angle of 60.89º 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 #DEE116 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.12 |
| HSL | 60.89º | 0.82% | 0.48% | - |
| HSV(B) | 60.89º | 0.9% | 0.88% | - |
| XYZ | 57.19 | 69.44 | 11.15 | - |
| YUV | 200.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 22 | 0.01 | 0 | 0.90 | 0.12 | 60.89 | 0.82 | 0.48 |
| Hex | DE | E1 | 16 | 1 | 0 | 5A | C | 3D | 52 | 30 |
| Octal | 336 | 341 | 26 | 1 | 0 | 132 | 14 | 75 | 122 | 60 |
| Binary | 11011110 | 11100001 | 10110 | 1 | 0 | 1011010 | 1100 | 111101 | 1010010 | 110000 |
Color Harmonies of #DEE116
Complementary color
Monochromatic Colors of #DEE116
Black with #DEE116
Text Example
Text Example
White with #DEE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE116; }
p { color: rgb(222,225,22); }
H1.HeaderClassName
{
color: #DEE116;
}
.AnyTagClassName
{
color: #DEE116;
}
</style>
background-color css
<style>
a { background-color: #DEE116; }
a { background-color: rgb(222,225,22); }
div.DivClassName
{
background-color: #DEE116;
}
.BgClassName
{
background-color: #DEE116;
}
</style>
border-color css
<style>
span { border-color: #DEE116; }
span { border-color: rgb(222,225,22); }
td.TdClassName
{
border-color: #DEE116;
}
.TagClassName
{
border-color: #DEE116;
}
</style>