Shades of Manz #DEE04A
Tints of Manz #DEE04A
RGB
CMYK
RGB Variations
Color information
#DEE04A (or 0xDEE04A) is known color: Manz. HEX triplet: DE, E0 and 4A. RGB value is (222,224,74). Sum of RGB (Red+Green+Blue) = 222+224+74=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE04A is #211FB5. Grayscale: #CECECE. Windows color (decimal): -2170806 or 4907230. OLE color: 4907230.
HSL color Cylindrical-coordinate representation of color #DEE04A: hue angle of 60.8º 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 #DEE04A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 60.8º | 0.71% | 0.58% | - |
| HSV(B) | 60.8º | 0.67% | 0.88% | - |
| XYZ | 58.02 | 69.34 | 16.8 | - |
| YUV | 206.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 74 | 0.01 | 0 | 0.67 | 0.12 | 60.8 | 0.71 | 0.58 |
| Hex | DE | E0 | 4A | 1 | 0 | 43 | C | 3D | 47 | 3A |
| Octal | 336 | 340 | 112 | 1 | 0 | 103 | 14 | 75 | 107 | 72 |
| Binary | 11011110 | 11100000 | 1001010 | 1 | 0 | 1000011 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DEE04A
Complementary color
Monochromatic Colors of #DEE04A
Black with #DEE04A
Text Example
Text Example
White with #DEE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE04A; }
p { color: rgb(222,224,74); }
H1.HeaderClassName
{
color: #DEE04A;
}
.AnyTagClassName
{
color: #DEE04A;
}
</style>
background-color css
<style>
a { background-color: #DEE04A; }
a { background-color: rgb(222,224,74); }
div.DivClassName
{
background-color: #DEE04A;
}
.BgClassName
{
background-color: #DEE04A;
}
</style>
border-color css
<style>
span { border-color: #DEE04A; }
span { border-color: rgb(222,224,74); }
td.TdClassName
{
border-color: #DEE04A;
}
.TagClassName
{
border-color: #DEE04A;
}
</style>