Shades of Pear #DEE227
Tints of Pear #DEE227
RGB
CMYK
RGB Variations
Color information
#DEE227 (or 0xDEE227) is known color: Pear. HEX triplet: DE, E2 and 27. RGB value is (222,226,39). Sum of RGB (Red+Green+Blue) = 222+226+39=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE227 is #211DD8. Grayscale: #CCCCCC. Windows color (decimal): -2170329 or 2613982. OLE color: 2613982.
HSL color Cylindrical-coordinate representation of color #DEE227: hue angle of 61.28º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE227 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.11 |
| HSL | 61.28º | 0.76% | 0.52% | - |
| HSV(B) | 61.28º | 0.83% | 0.89% | - |
| XYZ | 57.69 | 70.07 | 12.4 | - |
| YUV | 203.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 39 | 0.02 | 0 | 0.83 | 0.11 | 61.28 | 0.76 | 0.52 |
| Hex | DE | E2 | 27 | 2 | 0 | 53 | B | 3D | 4C | 34 |
| Octal | 336 | 342 | 47 | 2 | 0 | 123 | 13 | 75 | 114 | 64 |
| Binary | 11011110 | 11100010 | 100111 | 10 | 0 | 1010011 | 1011 | 111101 | 1001100 | 110100 |
Color Harmonies of #DEE227
Complementary color
Monochromatic Colors of #DEE227
Black with #DEE227
Text Example
Text Example
White with #DEE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE227; }
p { color: rgb(222,226,39); }
H1.HeaderClassName
{
color: #DEE227;
}
.AnyTagClassName
{
color: #DEE227;
}
</style>
background-color css
<style>
a { background-color: #DEE227; }
a { background-color: rgb(222,226,39); }
div.DivClassName
{
background-color: #DEE227;
}
.BgClassName
{
background-color: #DEE227;
}
</style>
border-color css
<style>
span { border-color: #DEE227; }
span { border-color: rgb(222,226,39); }
td.TdClassName
{
border-color: #DEE227;
}
.TagClassName
{
border-color: #DEE227;
}
</style>