Shades of Pear #DEE22A
Tints of Pear #DEE22A
RGB
CMYK
RGB Variations
Color information
#DEE22A (or 0xDEE22A) is known color: Pear. HEX triplet: DE, E2 and 2A. RGB value is (222,226,42). Sum of RGB (Red+Green+Blue) = 222+226+42=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE22A is #211DD5. Grayscale: #CCCCCC. Windows color (decimal): -2170326 or 2810590. OLE color: 2810590.
HSL color Cylindrical-coordinate representation of color #DEE22A: hue angle of 61.3º degrees, saturation: 0.76, 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 #DEE22A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 42 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.11 |
| HSL | 61.3º | 0.76% | 0.53% | - |
| HSV(B) | 61.3º | 0.81% | 0.89% | - |
| XYZ | 57.74 | 70.09 | 12.68 | - |
| YUV | 203.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 42 | 0.02 | 0 | 0.81 | 0.11 | 61.3 | 0.76 | 0.53 |
| Hex | DE | E2 | 2A | 2 | 0 | 51 | B | 3D | 4C | 35 |
| Octal | 336 | 342 | 52 | 2 | 0 | 121 | 13 | 75 | 114 | 65 |
| Binary | 11011110 | 11100010 | 101010 | 10 | 0 | 1010001 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #DEE22A
Complementary color
Monochromatic Colors of #DEE22A
Black with #DEE22A
Text Example
Text Example
White with #DEE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE22A; }
p { color: rgb(222,226,42); }
H1.HeaderClassName
{
color: #DEE22A;
}
.AnyTagClassName
{
color: #DEE22A;
}
</style>
background-color css
<style>
a { background-color: #DEE22A; }
a { background-color: rgb(222,226,42); }
div.DivClassName
{
background-color: #DEE22A;
}
.BgClassName
{
background-color: #DEE22A;
}
</style>
border-color css
<style>
span { border-color: #DEE22A; }
span { border-color: rgb(222,226,42); }
td.TdClassName
{
border-color: #DEE22A;
}
.TagClassName
{
border-color: #DEE22A;
}
</style>