Shades of Pear #DEE52B
Tints of Pear #DEE52B
RGB
CMYK
RGB Variations
Color information
#DEE52B (or 0xDEE52B) is known color: Pear. HEX triplet: DE, E5 and 2B. RGB value is (222,229,43). Sum of RGB (Red+Green+Blue) = 222+229+43=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE52B is #211AD4. Grayscale: #CECECE. Windows color (decimal): -2169557 or 2876894. OLE color: 2876894.
HSL color Cylindrical-coordinate representation of color #DEE52B: hue angle of 62.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE52B is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 43 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.10 |
| HSL | 62.26º | 0.78% | 0.53% | - |
| HSV(B) | 62.26º | 0.81% | 0.9% | - |
| XYZ | 58.58 | 71.74 | 13.05 | - |
| YUV | 205.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 43 | 0.03 | 0 | 0.81 | 0.10 | 62.26 | 0.78 | 0.53 |
| Hex | DE | E5 | 2B | 3 | 0 | 51 | A | 3E | 4E | 35 |
| Octal | 336 | 345 | 53 | 3 | 0 | 121 | 12 | 76 | 116 | 65 |
| Binary | 11011110 | 11100101 | 101011 | 11 | 0 | 1010001 | 1010 | 111110 | 1001110 | 110101 |
Color Harmonies of #DEE52B
Complementary color
Monochromatic Colors of #DEE52B
Black with #DEE52B
Text Example
Text Example
White with #DEE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE52B; }
p { color: rgb(222,229,43); }
H1.HeaderClassName
{
color: #DEE52B;
}
.AnyTagClassName
{
color: #DEE52B;
}
</style>
background-color css
<style>
a { background-color: #DEE52B; }
a { background-color: rgb(222,229,43); }
div.DivClassName
{
background-color: #DEE52B;
}
.BgClassName
{
background-color: #DEE52B;
}
</style>
border-color css
<style>
span { border-color: #DEE52B; }
span { border-color: rgb(222,229,43); }
td.TdClassName
{
border-color: #DEE52B;
}
.TagClassName
{
border-color: #DEE52B;
}
</style>