Shades of Pear #DEE82B
Tints of Pear #DEE82B
RGB
CMYK
RGB Variations
Color information
#DEE82B (or 0xDEE82B) is known color: Pear. HEX triplet: DE, E8 and 2B. RGB value is (222,232,43). Sum of RGB (Red+Green+Blue) = 222+232+43=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE82B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE82B is #2117D4. Grayscale: #D0D0D0. Windows color (decimal): -2168789 or 2877662. OLE color: 2877662.
HSL color Cylindrical-coordinate representation of color #DEE82B: hue angle of 63.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE82B is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 43 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.09 |
| HSL | 63.17º | 0.8% | 0.54% | - |
| HSV(B) | 63.17º | 0.81% | 0.91% | - |
| XYZ | 59.42 | 73.42 | 13.32 | - |
| YUV | 207.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 43 | 0.04 | 0 | 0.81 | 0.09 | 63.17 | 0.8 | 0.54 |
| Hex | DE | E8 | 2B | 4 | 0 | 51 | 9 | 3F | 50 | 36 |
| Octal | 336 | 350 | 53 | 4 | 0 | 121 | 11 | 77 | 120 | 66 |
| Binary | 11011110 | 11101000 | 101011 | 100 | 0 | 1010001 | 1001 | 111111 | 1010000 | 110110 |
Color Harmonies of #DEE82B
Complementary color
Monochromatic Colors of #DEE82B
Black with #DEE82B
Text Example
Text Example
White with #DEE82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE82B; }
p { color: rgb(222,232,43); }
H1.HeaderClassName
{
color: #DEE82B;
}
.AnyTagClassName
{
color: #DEE82B;
}
</style>
background-color css
<style>
a { background-color: #DEE82B; }
a { background-color: rgb(222,232,43); }
div.DivClassName
{
background-color: #DEE82B;
}
.BgClassName
{
background-color: #DEE82B;
}
</style>
border-color css
<style>
span { border-color: #DEE82B; }
span { border-color: rgb(222,232,43); }
td.TdClassName
{
border-color: #DEE82B;
}
.TagClassName
{
border-color: #DEE82B;
}
</style>