Shades of Pear #DEE525
Tints of Pear #DEE525
RGB
CMYK
RGB Variations
Color information
#DEE525 (or 0xDEE525) is known color: Pear. HEX triplet: DE, E5 and 25. RGB value is (222,229,37). Sum of RGB (Red+Green+Blue) = 222+229+37=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE525 is #211ADA. Grayscale: #CDCDCD. Windows color (decimal): -2169563 or 2483678. OLE color: 2483678.
HSL color Cylindrical-coordinate representation of color #DEE525: hue angle of 62.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE525 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.10 |
| HSL | 62.19º | 0.79% | 0.52% | - |
| HSV(B) | 62.19º | 0.84% | 0.9% | - |
| XYZ | 58.48 | 71.7 | 12.51 | - |
| YUV | 205.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 37 | 0.03 | 0 | 0.84 | 0.10 | 62.19 | 0.79 | 0.52 |
| Hex | DE | E5 | 25 | 3 | 0 | 54 | A | 3E | 4F | 34 |
| Octal | 336 | 345 | 45 | 3 | 0 | 124 | 12 | 76 | 117 | 64 |
| Binary | 11011110 | 11100101 | 100101 | 11 | 0 | 1010100 | 1010 | 111110 | 1001111 | 110100 |
Color Harmonies of #DEE525
Complementary color
Monochromatic Colors of #DEE525
Black with #DEE525
Text Example
Text Example
White with #DEE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE525; }
p { color: rgb(222,229,37); }
H1.HeaderClassName
{
color: #DEE525;
}
.AnyTagClassName
{
color: #DEE525;
}
</style>
background-color css
<style>
a { background-color: #DEE525; }
a { background-color: rgb(222,229,37); }
div.DivClassName
{
background-color: #DEE525;
}
.BgClassName
{
background-color: #DEE525;
}
</style>
border-color css
<style>
span { border-color: #DEE525; }
span { border-color: rgb(222,229,37); }
td.TdClassName
{
border-color: #DEE525;
}
.TagClassName
{
border-color: #DEE525;
}
</style>