Shades of Pear #DEE52D
Tints of Pear #DEE52D
RGB
CMYK
RGB Variations
Color information
#DEE52D (or 0xDEE52D) is known color: Pear. HEX triplet: DE, E5 and 2D. RGB value is (222,229,45). Sum of RGB (Red+Green+Blue) = 222+229+45=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE52D is #211AD2. Grayscale: #CECECE. Windows color (decimal): -2169555 or 3007966. OLE color: 3007966.
HSL color Cylindrical-coordinate representation of color #DEE52D: hue angle of 62.28º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE52D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 45 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.10 |
| HSL | 62.28º | 0.78% | 0.54% | - |
| HSV(B) | 62.28º | 0.8% | 0.9% | - |
| XYZ | 58.62 | 71.76 | 13.24 | - |
| YUV | 205.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 45 | 0.03 | 0 | 0.80 | 0.10 | 62.28 | 0.78 | 0.54 |
| Hex | DE | E5 | 2D | 3 | 0 | 50 | A | 3E | 4E | 36 |
| Octal | 336 | 345 | 55 | 3 | 0 | 120 | 12 | 76 | 116 | 66 |
| Binary | 11011110 | 11100101 | 101101 | 11 | 0 | 1010000 | 1010 | 111110 | 1001110 | 110110 |
Color Harmonies of #DEE52D
Complementary color
Monochromatic Colors of #DEE52D
Black with #DEE52D
Text Example
Text Example
White with #DEE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE52D; }
p { color: rgb(222,229,45); }
H1.HeaderClassName
{
color: #DEE52D;
}
.AnyTagClassName
{
color: #DEE52D;
}
</style>
background-color css
<style>
a { background-color: #DEE52D; }
a { background-color: rgb(222,229,45); }
div.DivClassName
{
background-color: #DEE52D;
}
.BgClassName
{
background-color: #DEE52D;
}
</style>
border-color css
<style>
span { border-color: #DEE52D; }
span { border-color: rgb(222,229,45); }
td.TdClassName
{
border-color: #DEE52D;
}
.TagClassName
{
border-color: #DEE52D;
}
</style>