Shades of Pear #DEE124
Tints of Pear #DEE124
RGB
CMYK
RGB Variations
Color information
#DEE124 (or 0xDEE124) is known color: Pear. HEX triplet: DE, E1 and 24. RGB value is (222,225,36). Sum of RGB (Red+Green+Blue) = 222+225+36=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE124 is #211EDB. Grayscale: #CBCBCB. Windows color (decimal): -2170588 or 2417118. OLE color: 2417118.
HSL color Cylindrical-coordinate representation of color #DEE124: hue angle of 60.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE124 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 36 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.12 |
| HSL | 60.95º | 0.76% | 0.51% | - |
| HSV(B) | 60.95º | 0.84% | 0.88% | - |
| XYZ | 57.37 | 69.51 | 12.06 | - |
| YUV | 202.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 36 | 0.01 | 0 | 0.84 | 0.12 | 60.95 | 0.76 | 0.51 |
| Hex | DE | E1 | 24 | 1 | 0 | 54 | C | 3D | 4C | 33 |
| Octal | 336 | 341 | 44 | 1 | 0 | 124 | 14 | 75 | 114 | 63 |
| Binary | 11011110 | 11100001 | 100100 | 1 | 0 | 1010100 | 1100 | 111101 | 1001100 | 110011 |
Color Harmonies of #DEE124
Complementary color
Monochromatic Colors of #DEE124
Black with #DEE124
Text Example
Text Example
White with #DEE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE124; }
p { color: rgb(222,225,36); }
H1.HeaderClassName
{
color: #DEE124;
}
.AnyTagClassName
{
color: #DEE124;
}
</style>
background-color css
<style>
a { background-color: #DEE124; }
a { background-color: rgb(222,225,36); }
div.DivClassName
{
background-color: #DEE124;
}
.BgClassName
{
background-color: #DEE124;
}
</style>
border-color css
<style>
span { border-color: #DEE124; }
span { border-color: rgb(222,225,36); }
td.TdClassName
{
border-color: #DEE124;
}
.TagClassName
{
border-color: #DEE124;
}
</style>