Shades of Manz #DEE254
Tints of Manz #DEE254
RGB
CMYK
RGB Variations
Color information
#DEE254 (or 0xDEE254) is known color: Manz. HEX triplet: DE, E2 and 54. RGB value is (222,226,84). Sum of RGB (Red+Green+Blue) = 222+226+84=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE254 is #211DAB. Grayscale: #D1D1D1. Windows color (decimal): -2170284 or 5563102. OLE color: 5563102.
HSL color Cylindrical-coordinate representation of color #DEE254: hue angle of 61.69º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEE254 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 84 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 61.69º | 0.71% | 0.61% | - |
| HSV(B) | 61.69º | 0.63% | 0.89% | - |
| XYZ | 58.92 | 70.56 | 18.9 | - |
| YUV | 208.62 | 57.67 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 84 | 0.02 | 0 | 0.63 | 0.11 | 61.69 | 0.71 | 0.61 |
| Hex | DE | E2 | 54 | 2 | 0 | 3F | B | 3E | 47 | 3D |
| Octal | 336 | 342 | 124 | 2 | 0 | 77 | 13 | 76 | 107 | 75 |
| Binary | 11011110 | 11100010 | 1010100 | 10 | 0 | 111111 | 1011 | 111110 | 1000111 | 111101 |
Color Harmonies of #DEE254
Complementary color
Monochromatic Colors of #DEE254
Black with #DEE254
Text Example
Text Example
White with #DEE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE254; }
p { color: rgb(222,226,84); }
H1.HeaderClassName
{
color: #DEE254;
}
.AnyTagClassName
{
color: #DEE254;
}
</style>
background-color css
<style>
a { background-color: #DEE254; }
a { background-color: rgb(222,226,84); }
div.DivClassName
{
background-color: #DEE254;
}
.BgClassName
{
background-color: #DEE254;
}
</style>
border-color css
<style>
span { border-color: #DEE254; }
span { border-color: rgb(222,226,84); }
td.TdClassName
{
border-color: #DEE254;
}
.TagClassName
{
border-color: #DEE254;
}
</style>