Shades of Pear #DEE516
Tints of Pear #DEE516
RGB
CMYK
RGB Variations
Color information
#DEE516 (or 0xDEE516) is known color: Pear. HEX triplet: DE, E5 and 16. RGB value is (222,229,22). Sum of RGB (Red+Green+Blue) = 222+229+22=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE516 is #211AE9. Grayscale: #CCCCCC. Windows color (decimal): -2169578 or 1500638. OLE color: 1500638.
HSL color Cylindrical-coordinate representation of color #DEE516: hue angle of 62.03º 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 #DEE516 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.10 |
| HSL | 62.03º | 0.82% | 0.49% | - |
| HSV(B) | 62.03º | 0.9% | 0.9% | - |
| XYZ | 58.29 | 71.63 | 11.51 | - |
| YUV | 203.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 22 | 0.03 | 0 | 0.90 | 0.10 | 62.03 | 0.82 | 0.49 |
| Hex | DE | E5 | 16 | 3 | 0 | 5A | A | 3E | 52 | 31 |
| Octal | 336 | 345 | 26 | 3 | 0 | 132 | 12 | 76 | 122 | 61 |
| Binary | 11011110 | 11100101 | 10110 | 11 | 0 | 1011010 | 1010 | 111110 | 1010010 | 110001 |
Color Harmonies of #DEE516
Complementary color
Monochromatic Colors of #DEE516
Black with #DEE516
Text Example
Text Example
White with #DEE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE516; }
p { color: rgb(222,229,22); }
H1.HeaderClassName
{
color: #DEE516;
}
.AnyTagClassName
{
color: #DEE516;
}
</style>
background-color css
<style>
a { background-color: #DEE516; }
a { background-color: rgb(222,229,22); }
div.DivClassName
{
background-color: #DEE516;
}
.BgClassName
{
background-color: #DEE516;
}
</style>
border-color css
<style>
span { border-color: #DEE516; }
span { border-color: rgb(222,229,22); }
td.TdClassName
{
border-color: #DEE516;
}
.TagClassName
{
border-color: #DEE516;
}
</style>