Shades of Manz #DEE153
Tints of Manz #DEE153
RGB
CMYK
RGB Variations
Color information
#DEE153 (or 0xDEE153) is known color: Manz. HEX triplet: DE, E1 and 53. RGB value is (222,225,83). Sum of RGB (Red+Green+Blue) = 222+225+83=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE153 is #211EAC. Grayscale: #D0D0D0. Windows color (decimal): -2170541 or 5497310. OLE color: 5497310.
HSL color Cylindrical-coordinate representation of color #DEE153: hue angle of 61.27º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEE153 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 83 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.12 |
| HSL | 61.27º | 0.7% | 0.6% | - |
| HSV(B) | 61.27º | 0.63% | 0.88% | - |
| XYZ | 58.61 | 70 | 18.61 | - |
| YUV | 207.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 83 | 0.01 | 0 | 0.63 | 0.12 | 61.27 | 0.7 | 0.6 |
| Hex | DE | E1 | 53 | 1 | 0 | 3F | C | 3D | 46 | 3C |
| Octal | 336 | 341 | 123 | 1 | 0 | 77 | 14 | 75 | 106 | 74 |
| Binary | 11011110 | 11100001 | 1010011 | 1 | 0 | 111111 | 1100 | 111101 | 1000110 | 111100 |
Color Harmonies of #DEE153
Complementary color
Monochromatic Colors of #DEE153
Black with #DEE153
Text Example
Text Example
White with #DEE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE153; }
p { color: rgb(222,225,83); }
H1.HeaderClassName
{
color: #DEE153;
}
.AnyTagClassName
{
color: #DEE153;
}
</style>
background-color css
<style>
a { background-color: #DEE153; }
a { background-color: rgb(222,225,83); }
div.DivClassName
{
background-color: #DEE153;
}
.BgClassName
{
background-color: #DEE153;
}
</style>
border-color css
<style>
span { border-color: #DEE153; }
span { border-color: rgb(222,225,83); }
td.TdClassName
{
border-color: #DEE153;
}
.TagClassName
{
border-color: #DEE153;
}
</style>