Shades of Pear #DEE41E
Tints of Pear #DEE41E
RGB
CMYK
RGB Variations
Color information
#DEE41E (or 0xDEE41E) is known color: Pear. HEX triplet: DE, E4 and 1E. RGB value is (222,228,30). Sum of RGB (Red+Green+Blue) = 222+228+30=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE41E is #211BE1. Grayscale: #CCCCCC. Windows color (decimal): -2169826 or 2024670. OLE color: 2024670.
HSL color Cylindrical-coordinate representation of color #DEE41E: hue angle of 61.82º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE41E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.11 |
| HSL | 61.82º | 0.79% | 0.51% | - |
| HSV(B) | 61.82º | 0.87% | 0.89% | - |
| XYZ | 58.1 | 71.11 | 11.89 | - |
| YUV | 203.63 | 30.01 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 30 | 0.03 | 0 | 0.87 | 0.11 | 61.82 | 0.79 | 0.51 |
| Hex | DE | E4 | 1E | 3 | 0 | 57 | B | 3E | 4F | 33 |
| Octal | 336 | 344 | 36 | 3 | 0 | 127 | 13 | 76 | 117 | 63 |
| Binary | 11011110 | 11100100 | 11110 | 11 | 0 | 1010111 | 1011 | 111110 | 1001111 | 110011 |
Color Harmonies of #DEE41E
Complementary color
Monochromatic Colors of #DEE41E
Black with #DEE41E
Text Example
Text Example
White with #DEE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE41E; }
p { color: rgb(222,228,30); }
H1.HeaderClassName
{
color: #DEE41E;
}
.AnyTagClassName
{
color: #DEE41E;
}
</style>
background-color css
<style>
a { background-color: #DEE41E; }
a { background-color: rgb(222,228,30); }
div.DivClassName
{
background-color: #DEE41E;
}
.BgClassName
{
background-color: #DEE41E;
}
</style>
border-color css
<style>
span { border-color: #DEE41E; }
span { border-color: rgb(222,228,30); }
td.TdClassName
{
border-color: #DEE41E;
}
.TagClassName
{
border-color: #DEE41E;
}
</style>