Shades of Pear #DEE42C
Tints of Pear #DEE42C
RGB
CMYK
RGB Variations
Color information
#DEE42C (or 0xDEE42C) is known color: Pear. HEX triplet: DE, E4 and 2C. RGB value is (222,228,44). Sum of RGB (Red+Green+Blue) = 222+228+44=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE42C is #211BD3. Grayscale: #CDCDCD. Windows color (decimal): -2169812 or 2942174. OLE color: 2942174.
HSL color Cylindrical-coordinate representation of color #DEE42C: hue angle of 61.96º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE42C is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 44 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.11 |
| HSL | 61.96º | 0.77% | 0.53% | - |
| HSV(B) | 61.96º | 0.81% | 0.89% | - |
| XYZ | 58.32 | 71.2 | 13.05 | - |
| YUV | 205.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 44 | 0.03 | 0 | 0.81 | 0.11 | 61.96 | 0.77 | 0.53 |
| Hex | DE | E4 | 2C | 3 | 0 | 51 | B | 3E | 4D | 35 |
| Octal | 336 | 344 | 54 | 3 | 0 | 121 | 13 | 76 | 115 | 65 |
| Binary | 11011110 | 11100100 | 101100 | 11 | 0 | 1010001 | 1011 | 111110 | 1001101 | 110101 |
Color Harmonies of #DEE42C
Complementary color
Monochromatic Colors of #DEE42C
Black with #DEE42C
Text Example
Text Example
White with #DEE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE42C; }
p { color: rgb(222,228,44); }
H1.HeaderClassName
{
color: #DEE42C;
}
.AnyTagClassName
{
color: #DEE42C;
}
</style>
background-color css
<style>
a { background-color: #DEE42C; }
a { background-color: rgb(222,228,44); }
div.DivClassName
{
background-color: #DEE42C;
}
.BgClassName
{
background-color: #DEE42C;
}
</style>
border-color css
<style>
span { border-color: #DEE42C; }
span { border-color: rgb(222,228,44); }
td.TdClassName
{
border-color: #DEE42C;
}
.TagClassName
{
border-color: #DEE42C;
}
</style>