Shades of Pear #DEE529
Tints of Pear #DEE529
RGB
CMYK
RGB Variations
Color information
#DEE529 (or 0xDEE529) is known color: Pear. HEX triplet: DE, E5 and 29. RGB value is (222,229,41). Sum of RGB (Red+Green+Blue) = 222+229+41=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE529 is #211AD6. Grayscale: #CECECE. Windows color (decimal): -2169559 or 2745822. OLE color: 2745822.
HSL color Cylindrical-coordinate representation of color #DEE529: hue angle of 62.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEE529 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.10 |
| HSL | 62.23º | 0.78% | 0.53% | - |
| HSV(B) | 62.23º | 0.82% | 0.9% | - |
| XYZ | 58.54 | 71.73 | 12.86 | - |
| YUV | 205.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 41 | 0.03 | 0 | 0.82 | 0.10 | 62.23 | 0.78 | 0.53 |
| Hex | DE | E5 | 29 | 3 | 0 | 52 | A | 3E | 4E | 35 |
| Octal | 336 | 345 | 51 | 3 | 0 | 122 | 12 | 76 | 116 | 65 |
| Binary | 11011110 | 11100101 | 101001 | 11 | 0 | 1010010 | 1010 | 111110 | 1001110 | 110101 |
Color Harmonies of #DEE529
Complementary color
Monochromatic Colors of #DEE529
Black with #DEE529
Text Example
Text Example
White with #DEE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE529; }
p { color: rgb(222,229,41); }
H1.HeaderClassName
{
color: #DEE529;
}
.AnyTagClassName
{
color: #DEE529;
}
</style>
background-color css
<style>
a { background-color: #DEE529; }
a { background-color: rgb(222,229,41); }
div.DivClassName
{
background-color: #DEE529;
}
.BgClassName
{
background-color: #DEE529;
}
</style>
border-color css
<style>
span { border-color: #DEE529; }
span { border-color: rgb(222,229,41); }
td.TdClassName
{
border-color: #DEE529;
}
.TagClassName
{
border-color: #DEE529;
}
</style>