Shades of Pear #DEE122
Tints of Pear #DEE122
RGB
CMYK
RGB Variations
Color information
#DEE122 (or 0xDEE122) is known color: Pear. HEX triplet: DE, E1 and 22. RGB value is (222,225,34). Sum of RGB (Red+Green+Blue) = 222+225+34=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE122 is #211EDD. Grayscale: #CBCBCB. Windows color (decimal): -2170590 or 2286046. OLE color: 2286046.
HSL color Cylindrical-coordinate representation of color #DEE122: hue angle of 60.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE122 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.12 |
| HSL | 60.94º | 0.76% | 0.51% | - |
| HSV(B) | 60.94º | 0.85% | 0.88% | - |
| XYZ | 57.34 | 69.5 | 11.91 | - |
| YUV | 202.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 34 | 0.01 | 0 | 0.85 | 0.12 | 60.94 | 0.76 | 0.51 |
| Hex | DE | E1 | 22 | 1 | 0 | 55 | C | 3D | 4C | 33 |
| Octal | 336 | 341 | 42 | 1 | 0 | 125 | 14 | 75 | 114 | 63 |
| Binary | 11011110 | 11100001 | 100010 | 1 | 0 | 1010101 | 1100 | 111101 | 1001100 | 110011 |
Color Harmonies of #DEE122
Complementary color
Monochromatic Colors of #DEE122
Black with #DEE122
Text Example
Text Example
White with #DEE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE122; }
p { color: rgb(222,225,34); }
H1.HeaderClassName
{
color: #DEE122;
}
.AnyTagClassName
{
color: #DEE122;
}
</style>
background-color css
<style>
a { background-color: #DEE122; }
a { background-color: rgb(222,225,34); }
div.DivClassName
{
background-color: #DEE122;
}
.BgClassName
{
background-color: #DEE122;
}
</style>
border-color css
<style>
span { border-color: #DEE122; }
span { border-color: rgb(222,225,34); }
td.TdClassName
{
border-color: #DEE122;
}
.TagClassName
{
border-color: #DEE122;
}
</style>