Shades of Manz #DEE44A
Tints of Manz #DEE44A
RGB
CMYK
RGB Variations
Color information
#DEE44A (or 0xDEE44A) is known color: Manz. HEX triplet: DE, E4 and 4A. RGB value is (222,228,74). Sum of RGB (Red+Green+Blue) = 222+228+74=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE44A is #211BB5. Grayscale: #D1D1D1. Windows color (decimal): -2169782 or 4908254. OLE color: 4908254.
HSL color Cylindrical-coordinate representation of color #DEE44A: hue angle of 62.34º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE44A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 74 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.11 |
| HSL | 62.34º | 0.74% | 0.59% | - |
| HSV(B) | 62.34º | 0.68% | 0.89% | - |
| XYZ | 59.1 | 71.51 | 17.17 | - |
| YUV | 208.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 74 | 0.03 | 0 | 0.68 | 0.11 | 62.34 | 0.74 | 0.59 |
| Hex | DE | E4 | 4A | 3 | 0 | 44 | B | 3E | 4A | 3B |
| Octal | 336 | 344 | 112 | 3 | 0 | 104 | 13 | 76 | 112 | 73 |
| Binary | 11011110 | 11100100 | 1001010 | 11 | 0 | 1000100 | 1011 | 111110 | 1001010 | 111011 |
Color Harmonies of #DEE44A
Complementary color
Monochromatic Colors of #DEE44A
Black with #DEE44A
Text Example
Text Example
White with #DEE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE44A; }
p { color: rgb(222,228,74); }
H1.HeaderClassName
{
color: #DEE44A;
}
.AnyTagClassName
{
color: #DEE44A;
}
</style>
background-color css
<style>
a { background-color: #DEE44A; }
a { background-color: rgb(222,228,74); }
div.DivClassName
{
background-color: #DEE44A;
}
.BgClassName
{
background-color: #DEE44A;
}
</style>
border-color css
<style>
span { border-color: #DEE44A; }
span { border-color: rgb(222,228,74); }
td.TdClassName
{
border-color: #DEE44A;
}
.TagClassName
{
border-color: #DEE44A;
}
</style>