Shades of Pear #DEE52C
Tints of Pear #DEE52C
RGB
CMYK
RGB Variations
Color information
#DEE52C (or 0xDEE52C) is known color: Pear. HEX triplet: DE, E5 and 2C. RGB value is (222,229,44). Sum of RGB (Red+Green+Blue) = 222+229+44=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE52C is #211AD3. Grayscale: #CECECE. Windows color (decimal): -2169556 or 2942430. OLE color: 2942430.
HSL color Cylindrical-coordinate representation of color #DEE52C: hue angle of 62.27º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE52C is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 44 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.10 |
| HSL | 62.27º | 0.78% | 0.54% | - |
| HSV(B) | 62.27º | 0.81% | 0.9% | - |
| XYZ | 58.6 | 71.75 | 13.14 | - |
| YUV | 205.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 44 | 0.03 | 0 | 0.81 | 0.10 | 62.27 | 0.78 | 0.54 |
| Hex | DE | E5 | 2C | 3 | 0 | 51 | A | 3E | 4E | 36 |
| Octal | 336 | 345 | 54 | 3 | 0 | 121 | 12 | 76 | 116 | 66 |
| Binary | 11011110 | 11100101 | 101100 | 11 | 0 | 1010001 | 1010 | 111110 | 1001110 | 110110 |
Color Harmonies of #DEE52C
Complementary color
Monochromatic Colors of #DEE52C
Black with #DEE52C
Text Example
Text Example
White with #DEE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE52C; }
p { color: rgb(222,229,44); }
H1.HeaderClassName
{
color: #DEE52C;
}
.AnyTagClassName
{
color: #DEE52C;
}
</style>
background-color css
<style>
a { background-color: #DEE52C; }
a { background-color: rgb(222,229,44); }
div.DivClassName
{
background-color: #DEE52C;
}
.BgClassName
{
background-color: #DEE52C;
}
</style>
border-color css
<style>
span { border-color: #DEE52C; }
span { border-color: rgb(222,229,44); }
td.TdClassName
{
border-color: #DEE52C;
}
.TagClassName
{
border-color: #DEE52C;
}
</style>