Shades of Pear #DEE818
Tints of Pear #DEE818
RGB
CMYK
RGB Variations
Color information
#DEE818 (or 0xDEE818) is known color: Pear. HEX triplet: DE, E8 and 18. RGB value is (222,232,24). Sum of RGB (Red+Green+Blue) = 222+232+24=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE818 is #2117E7. Grayscale: #CECECE. Windows color (decimal): -2168808 or 1632478. OLE color: 1632478.
HSL color Cylindrical-coordinate representation of color #DEE818: hue angle of 62.88º 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 #DEE818 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.09 |
| HSL | 62.88º | 0.82% | 0.5% | - |
| HSV(B) | 62.88º | 0.9% | 0.91% | - |
| XYZ | 59.15 | 73.31 | 11.9 | - |
| YUV | 205.3 | 25.69 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 24 | 0.04 | 0 | 0.90 | 0.09 | 62.88 | 0.82 | 0.5 |
| Hex | DE | E8 | 18 | 4 | 0 | 5A | 9 | 3F | 52 | 32 |
| Octal | 336 | 350 | 30 | 4 | 0 | 132 | 11 | 77 | 122 | 62 |
| Binary | 11011110 | 11101000 | 11000 | 100 | 0 | 1011010 | 1001 | 111111 | 1010010 | 110010 |
Color Harmonies of #DEE818
Complementary color
Monochromatic Colors of #DEE818
Black with #DEE818
Text Example
Text Example
White with #DEE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE818; }
p { color: rgb(222,232,24); }
H1.HeaderClassName
{
color: #DEE818;
}
.AnyTagClassName
{
color: #DEE818;
}
</style>
background-color css
<style>
a { background-color: #DEE818; }
a { background-color: rgb(222,232,24); }
div.DivClassName
{
background-color: #DEE818;
}
.BgClassName
{
background-color: #DEE818;
}
</style>
border-color css
<style>
span { border-color: #DEE818; }
span { border-color: rgb(222,232,24); }
td.TdClassName
{
border-color: #DEE818;
}
.TagClassName
{
border-color: #DEE818;
}
</style>