Shades of Manz #DEE958
Tints of Manz #DEE958
RGB
CMYK
RGB Variations
Color information
#DEE958 (or 0xDEE958) is known color: Manz. HEX triplet: DE, E9 and 58. RGB value is (222,233,88). Sum of RGB (Red+Green+Blue) = 222+233+88=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE958 is #2116A7. Grayscale: #D5D5D5. Windows color (decimal): -2168488 or 5827038. OLE color: 5827038.
HSL color Cylindrical-coordinate representation of color #DEE958: hue angle of 64.55º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEE958 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 88 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.09 |
| HSL | 64.55º | 0.77% | 0.63% | - |
| HSV(B) | 64.55º | 0.62% | 0.91% | - |
| XYZ | 61.02 | 74.51 | 20.4 | - |
| YUV | 213.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 88 | 0.05 | 0 | 0.62 | 0.09 | 64.55 | 0.77 | 0.63 |
| Hex | DE | E9 | 58 | 5 | 0 | 3E | 9 | 41 | 4D | 3F |
| Octal | 336 | 351 | 130 | 5 | 0 | 76 | 11 | 101 | 115 | 77 |
| Binary | 11011110 | 11101001 | 1011000 | 101 | 0 | 111110 | 1001 | 1000001 | 1001101 | 111111 |
Color Harmonies of #DEE958
Complementary color
Monochromatic Colors of #DEE958
Black with #DEE958
Text Example
Text Example
White with #DEE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE958; }
p { color: rgb(222,233,88); }
H1.HeaderClassName
{
color: #DEE958;
}
.AnyTagClassName
{
color: #DEE958;
}
</style>
background-color css
<style>
a { background-color: #DEE958; }
a { background-color: rgb(222,233,88); }
div.DivClassName
{
background-color: #DEE958;
}
.BgClassName
{
background-color: #DEE958;
}
</style>
border-color css
<style>
span { border-color: #DEE958; }
span { border-color: rgb(222,233,88); }
td.TdClassName
{
border-color: #DEE958;
}
.TagClassName
{
border-color: #DEE958;
}
</style>