Shades of Pear #DEE527
Tints of Pear #DEE527
RGB
CMYK
RGB Variations
Color information
#DEE527 (or 0xDEE527) is known color: Pear. HEX triplet: DE, E5 and 27. RGB value is (222,229,39). Sum of RGB (Red+Green+Blue) = 222+229+39=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE527 is #211AD8. Grayscale: #CDCDCD. Windows color (decimal): -2169561 or 2614750. OLE color: 2614750.
HSL color Cylindrical-coordinate representation of color #DEE527: hue angle of 62.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE527 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 39 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.10 |
| HSL | 62.21º | 0.79% | 0.53% | - |
| HSV(B) | 62.21º | 0.83% | 0.9% | - |
| XYZ | 58.51 | 71.71 | 12.68 | - |
| YUV | 205.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 39 | 0.03 | 0 | 0.83 | 0.10 | 62.21 | 0.79 | 0.53 |
| Hex | DE | E5 | 27 | 3 | 0 | 53 | A | 3E | 4F | 35 |
| Octal | 336 | 345 | 47 | 3 | 0 | 123 | 12 | 76 | 117 | 65 |
| Binary | 11011110 | 11100101 | 100111 | 11 | 0 | 1010011 | 1010 | 111110 | 1001111 | 110101 |
Color Harmonies of #DEE527
Complementary color
Monochromatic Colors of #DEE527
Black with #DEE527
Text Example
Text Example
White with #DEE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE527; }
p { color: rgb(222,229,39); }
H1.HeaderClassName
{
color: #DEE527;
}
.AnyTagClassName
{
color: #DEE527;
}
</style>
background-color css
<style>
a { background-color: #DEE527; }
a { background-color: rgb(222,229,39); }
div.DivClassName
{
background-color: #DEE527;
}
.BgClassName
{
background-color: #DEE527;
}
</style>
border-color css
<style>
span { border-color: #DEE527; }
span { border-color: rgb(222,229,39); }
td.TdClassName
{
border-color: #DEE527;
}
.TagClassName
{
border-color: #DEE527;
}
</style>