Shades of Pear #DEE82E
Tints of Pear #DEE82E
RGB
CMYK
RGB Variations
Color information
#DEE82E (or 0xDEE82E) is known color: Pear. HEX triplet: DE, E8 and 2E. RGB value is (222,232,46). Sum of RGB (Red+Green+Blue) = 222+232+46=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE82E is #2117D1. Grayscale: #D0D0D0. Windows color (decimal): -2168786 or 3074270. OLE color: 3074270.
HSL color Cylindrical-coordinate representation of color #DEE82E: hue angle of 63.23º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE82E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.09 |
| HSL | 63.23º | 0.8% | 0.55% | - |
| HSV(B) | 63.23º | 0.8% | 0.91% | - |
| XYZ | 59.47 | 73.44 | 13.63 | - |
| YUV | 207.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 46 | 0.04 | 0 | 0.80 | 0.09 | 63.23 | 0.8 | 0.55 |
| Hex | DE | E8 | 2E | 4 | 0 | 50 | 9 | 3F | 50 | 37 |
| Octal | 336 | 350 | 56 | 4 | 0 | 120 | 11 | 77 | 120 | 67 |
| Binary | 11011110 | 11101000 | 101110 | 100 | 0 | 1010000 | 1001 | 111111 | 1010000 | 110111 |
Color Harmonies of #DEE82E
Complementary color
Monochromatic Colors of #DEE82E
Black with #DEE82E
Text Example
Text Example
White with #DEE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE82E; }
p { color: rgb(222,232,46); }
H1.HeaderClassName
{
color: #DEE82E;
}
.AnyTagClassName
{
color: #DEE82E;
}
</style>
background-color css
<style>
a { background-color: #DEE82E; }
a { background-color: rgb(222,232,46); }
div.DivClassName
{
background-color: #DEE82E;
}
.BgClassName
{
background-color: #DEE82E;
}
</style>
border-color css
<style>
span { border-color: #DEE82E; }
span { border-color: rgb(222,232,46); }
td.TdClassName
{
border-color: #DEE82E;
}
.TagClassName
{
border-color: #DEE82E;
}
</style>