Shades of Manz #DEE049
Tints of Manz #DEE049
RGB
CMYK
RGB Variations
Color information
#DEE049 (or 0xDEE049) is known color: Manz. HEX triplet: DE, E0 and 49. RGB value is (222,224,73). Sum of RGB (Red+Green+Blue) = 222+224+73=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE049 is #211FB6. Grayscale: #CECECE. Windows color (decimal): -2170807 or 4841694. OLE color: 4841694.
HSL color Cylindrical-coordinate representation of color #DEE049: hue angle of 60.79º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE049 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 73 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 60.79º | 0.71% | 0.58% | - |
| HSV(B) | 60.79º | 0.67% | 0.88% | - |
| XYZ | 57.98 | 69.32 | 16.63 | - |
| YUV | 206.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 73 | 0.01 | 0 | 0.67 | 0.12 | 60.79 | 0.71 | 0.58 |
| Hex | DE | E0 | 49 | 1 | 0 | 43 | C | 3D | 47 | 3A |
| Octal | 336 | 340 | 111 | 1 | 0 | 103 | 14 | 75 | 107 | 72 |
| Binary | 11011110 | 11100000 | 1001001 | 1 | 0 | 1000011 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DEE049
Complementary color
Monochromatic Colors of #DEE049
Black with #DEE049
Text Example
Text Example
White with #DEE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE049; }
p { color: rgb(222,224,73); }
H1.HeaderClassName
{
color: #DEE049;
}
.AnyTagClassName
{
color: #DEE049;
}
</style>
background-color css
<style>
a { background-color: #DEE049; }
a { background-color: rgb(222,224,73); }
div.DivClassName
{
background-color: #DEE049;
}
.BgClassName
{
background-color: #DEE049;
}
</style>
border-color css
<style>
span { border-color: #DEE049; }
span { border-color: rgb(222,224,73); }
td.TdClassName
{
border-color: #DEE049;
}
.TagClassName
{
border-color: #DEE049;
}
</style>