Shades of Manz #DEE94A
Tints of Manz #DEE94A
RGB
CMYK
RGB Variations
Color information
#DEE94A (or 0xDEE94A) is known color: Manz. HEX triplet: DE, E9 and 4A. RGB value is (222,233,74). Sum of RGB (Red+Green+Blue) = 222+233+74=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE94A is #2116B5. Grayscale: #D4D4D4. Windows color (decimal): -2168502 or 4909534. OLE color: 4909534.
HSL color Cylindrical-coordinate representation of color #DEE94A: hue angle of 64.15º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE94A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 74 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.09 |
| HSL | 64.15º | 0.78% | 0.6% | - |
| HSV(B) | 64.15º | 0.68% | 0.91% | - |
| XYZ | 60.5 | 74.3 | 17.63 | - |
| YUV | 211.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 74 | 0.05 | 0 | 0.68 | 0.09 | 64.15 | 0.78 | 0.6 |
| Hex | DE | E9 | 4A | 5 | 0 | 44 | 9 | 40 | 4E | 3C |
| Octal | 336 | 351 | 112 | 5 | 0 | 104 | 11 | 100 | 116 | 74 |
| Binary | 11011110 | 11101001 | 1001010 | 101 | 0 | 1000100 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DEE94A
Complementary color
Monochromatic Colors of #DEE94A
Black with #DEE94A
Text Example
Text Example
White with #DEE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE94A; }
p { color: rgb(222,233,74); }
H1.HeaderClassName
{
color: #DEE94A;
}
.AnyTagClassName
{
color: #DEE94A;
}
</style>
background-color css
<style>
a { background-color: #DEE94A; }
a { background-color: rgb(222,233,74); }
div.DivClassName
{
background-color: #DEE94A;
}
.BgClassName
{
background-color: #DEE94A;
}
</style>
border-color css
<style>
span { border-color: #DEE94A; }
span { border-color: rgb(222,233,74); }
td.TdClassName
{
border-color: #DEE94A;
}
.TagClassName
{
border-color: #DEE94A;
}
</style>