Shades of Manz #DEE15E
Tints of Manz #DEE15E
RGB
CMYK
RGB Variations
Color information
#DEE15E (or 0xDEE15E) is known color: Manz. HEX triplet: DE, E1 and 5E. RGB value is (222,225,94). Sum of RGB (Red+Green+Blue) = 222+225+94=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE15E is #211EA1. Grayscale: #D1D1D1. Windows color (decimal): -2170530 or 6218206. OLE color: 6218206.
HSL color Cylindrical-coordinate representation of color #DEE15E: hue angle of 61.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE15E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 94 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.12 |
| HSL | 61.37º | 0.69% | 0.63% | - |
| HSV(B) | 61.37º | 0.58% | 0.88% | - |
| XYZ | 59.07 | 70.19 | 21.02 | - |
| YUV | 209.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 94 | 0.01 | 0 | 0.58 | 0.12 | 61.37 | 0.69 | 0.63 |
| Hex | DE | E1 | 5E | 1 | 0 | 3A | C | 3D | 45 | 3F |
| Octal | 336 | 341 | 136 | 1 | 0 | 72 | 14 | 75 | 105 | 77 |
| Binary | 11011110 | 11100001 | 1011110 | 1 | 0 | 111010 | 1100 | 111101 | 1000101 | 111111 |
Color Harmonies of #DEE15E
Complementary color
Monochromatic Colors of #DEE15E
Black with #DEE15E
Text Example
Text Example
White with #DEE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE15E; }
p { color: rgb(222,225,94); }
H1.HeaderClassName
{
color: #DEE15E;
}
.AnyTagClassName
{
color: #DEE15E;
}
</style>
background-color css
<style>
a { background-color: #DEE15E; }
a { background-color: rgb(222,225,94); }
div.DivClassName
{
background-color: #DEE15E;
}
.BgClassName
{
background-color: #DEE15E;
}
</style>
border-color css
<style>
span { border-color: #DEE15E; }
span { border-color: rgb(222,225,94); }
td.TdClassName
{
border-color: #DEE15E;
}
.TagClassName
{
border-color: #DEE15E;
}
</style>