Shades of Pear #DEE225
Tints of Pear #DEE225
RGB
CMYK
RGB Variations
Color information
#DEE225 (or 0xDEE225) is known color: Pear. HEX triplet: DE, E2 and 25. RGB value is (222,226,37). Sum of RGB (Red+Green+Blue) = 222+226+37=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE225 is #211DDA. Grayscale: #CCCCCC. Windows color (decimal): -2170331 or 2482910. OLE color: 2482910.
HSL color Cylindrical-coordinate representation of color #DEE225: hue angle of 61.27º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE225 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 37 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.11 |
| HSL | 61.27º | 0.77% | 0.52% | - |
| HSV(B) | 61.27º | 0.84% | 0.89% | - |
| XYZ | 57.65 | 70.06 | 12.23 | - |
| YUV | 203.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 37 | 0.02 | 0 | 0.84 | 0.11 | 61.27 | 0.77 | 0.52 |
| Hex | DE | E2 | 25 | 2 | 0 | 54 | B | 3D | 4D | 34 |
| Octal | 336 | 342 | 45 | 2 | 0 | 124 | 13 | 75 | 115 | 64 |
| Binary | 11011110 | 11100010 | 100101 | 10 | 0 | 1010100 | 1011 | 111101 | 1001101 | 110100 |
Color Harmonies of #DEE225
Complementary color
Monochromatic Colors of #DEE225
Black with #DEE225
Text Example
Text Example
White with #DEE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE225; }
p { color: rgb(222,226,37); }
H1.HeaderClassName
{
color: #DEE225;
}
.AnyTagClassName
{
color: #DEE225;
}
</style>
background-color css
<style>
a { background-color: #DEE225; }
a { background-color: rgb(222,226,37); }
div.DivClassName
{
background-color: #DEE225;
}
.BgClassName
{
background-color: #DEE225;
}
</style>
border-color css
<style>
span { border-color: #DEE225; }
span { border-color: rgb(222,226,37); }
td.TdClassName
{
border-color: #DEE225;
}
.TagClassName
{
border-color: #DEE225;
}
</style>