Shades of Pear #DEE428
Tints of Pear #DEE428
RGB
CMYK
RGB Variations
Color information
#DEE428 (or 0xDEE428) is known color: Pear. HEX triplet: DE, E4 and 28. RGB value is (222,228,40). Sum of RGB (Red+Green+Blue) = 222+228+40=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE428 is #211BD7. Grayscale: #CDCDCD. Windows color (decimal): -2169816 or 2680030. OLE color: 2680030.
HSL color Cylindrical-coordinate representation of color #DEE428: hue angle of 61.91º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEE428 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.11 |
| HSL | 61.91º | 0.78% | 0.53% | - |
| HSV(B) | 61.91º | 0.82% | 0.89% | - |
| XYZ | 58.25 | 71.17 | 12.67 | - |
| YUV | 204.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 40 | 0.03 | 0 | 0.82 | 0.11 | 61.91 | 0.78 | 0.53 |
| Hex | DE | E4 | 28 | 3 | 0 | 52 | B | 3E | 4E | 35 |
| Octal | 336 | 344 | 50 | 3 | 0 | 122 | 13 | 76 | 116 | 65 |
| Binary | 11011110 | 11100100 | 101000 | 11 | 0 | 1010010 | 1011 | 111110 | 1001110 | 110101 |
Color Harmonies of #DEE428
Complementary color
Monochromatic Colors of #DEE428
Black with #DEE428
Text Example
Text Example
White with #DEE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE428; }
p { color: rgb(222,228,40); }
H1.HeaderClassName
{
color: #DEE428;
}
.AnyTagClassName
{
color: #DEE428;
}
</style>
background-color css
<style>
a { background-color: #DEE428; }
a { background-color: rgb(222,228,40); }
div.DivClassName
{
background-color: #DEE428;
}
.BgClassName
{
background-color: #DEE428;
}
</style>
border-color css
<style>
span { border-color: #DEE428; }
span { border-color: rgb(222,228,40); }
td.TdClassName
{
border-color: #DEE428;
}
.TagClassName
{
border-color: #DEE428;
}
</style>