Shades of Pear #DEE51E
Tints of Pear #DEE51E
RGB
CMYK
RGB Variations
Color information
#DEE51E (or 0xDEE51E) is known color: Pear. HEX triplet: DE, E5 and 1E. RGB value is (222,229,30). Sum of RGB (Red+Green+Blue) = 222+229+30=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE51E is #211AE1. Grayscale: #CDCDCD. Windows color (decimal): -2169570 or 2024926. OLE color: 2024926.
HSL color Cylindrical-coordinate representation of color #DEE51E: hue angle of 62.11º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE51E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.10 |
| HSL | 62.11º | 0.79% | 0.51% | - |
| HSV(B) | 62.11º | 0.87% | 0.9% | - |
| XYZ | 58.38 | 71.66 | 11.98 | - |
| YUV | 204.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 30 | 0.03 | 0 | 0.87 | 0.10 | 62.11 | 0.79 | 0.51 |
| Hex | DE | E5 | 1E | 3 | 0 | 57 | A | 3E | 4F | 33 |
| Octal | 336 | 345 | 36 | 3 | 0 | 127 | 12 | 76 | 117 | 63 |
| Binary | 11011110 | 11100101 | 11110 | 11 | 0 | 1010111 | 1010 | 111110 | 1001111 | 110011 |
Color Harmonies of #DEE51E
Complementary color
Monochromatic Colors of #DEE51E
Black with #DEE51E
Text Example
Text Example
White with #DEE51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE51E; }
p { color: rgb(222,229,30); }
H1.HeaderClassName
{
color: #DEE51E;
}
.AnyTagClassName
{
color: #DEE51E;
}
</style>
background-color css
<style>
a { background-color: #DEE51E; }
a { background-color: rgb(222,229,30); }
div.DivClassName
{
background-color: #DEE51E;
}
.BgClassName
{
background-color: #DEE51E;
}
</style>
border-color css
<style>
span { border-color: #DEE51E; }
span { border-color: rgb(222,229,30); }
td.TdClassName
{
border-color: #DEE51E;
}
.TagClassName
{
border-color: #DEE51E;
}
</style>