Shades of Pear #DEE425
Tints of Pear #DEE425
RGB
CMYK
RGB Variations
Color information
#DEE425 (or 0xDEE425) is known color: Pear. HEX triplet: DE, E4 and 25. RGB value is (222,228,37). Sum of RGB (Red+Green+Blue) = 222+228+37=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE425 is #211BDA. Grayscale: #CDCDCD. Windows color (decimal): -2169819 or 2483422. OLE color: 2483422.
HSL color Cylindrical-coordinate representation of color #DEE425: hue angle of 61.88º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE425 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.11 |
| HSL | 61.88º | 0.78% | 0.52% | - |
| HSV(B) | 61.88º | 0.84% | 0.89% | - |
| XYZ | 58.2 | 71.15 | 12.42 | - |
| YUV | 204.43 | 33.51 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 37 | 0.03 | 0 | 0.84 | 0.11 | 61.88 | 0.78 | 0.52 |
| Hex | DE | E4 | 25 | 3 | 0 | 54 | B | 3E | 4E | 34 |
| Octal | 336 | 344 | 45 | 3 | 0 | 124 | 13 | 76 | 116 | 64 |
| Binary | 11011110 | 11100100 | 100101 | 11 | 0 | 1010100 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DEE425
Complementary color
Monochromatic Colors of #DEE425
Black with #DEE425
Text Example
Text Example
White with #DEE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE425; }
p { color: rgb(222,228,37); }
H1.HeaderClassName
{
color: #DEE425;
}
.AnyTagClassName
{
color: #DEE425;
}
</style>
background-color css
<style>
a { background-color: #DEE425; }
a { background-color: rgb(222,228,37); }
div.DivClassName
{
background-color: #DEE425;
}
.BgClassName
{
background-color: #DEE425;
}
</style>
border-color css
<style>
span { border-color: #DEE425; }
span { border-color: rgb(222,228,37); }
td.TdClassName
{
border-color: #DEE425;
}
.TagClassName
{
border-color: #DEE425;
}
</style>