Shades of Manz #DEE84E
Tints of Manz #DEE84E
RGB
CMYK
RGB Variations
Color information
#DEE84E (or 0xDEE84E) is known color: Manz. HEX triplet: DE, E8 and 4E. RGB value is (222,232,78). Sum of RGB (Red+Green+Blue) = 222+232+78=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE84E is #2117B1. Grayscale: #D4D4D4. Windows color (decimal): -2168754 or 5171422. OLE color: 5171422.
HSL color Cylindrical-coordinate representation of color #DEE84E: hue angle of 63.9º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE84E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.09 |
| HSL | 63.9º | 0.77% | 0.61% | - |
| HSV(B) | 63.9º | 0.66% | 0.91% | - |
| XYZ | 60.36 | 73.79 | 18.27 | - |
| YUV | 211.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 78 | 0.04 | 0 | 0.66 | 0.09 | 63.9 | 0.77 | 0.61 |
| Hex | DE | E8 | 4E | 4 | 0 | 42 | 9 | 40 | 4D | 3D |
| Octal | 336 | 350 | 116 | 4 | 0 | 102 | 11 | 100 | 115 | 75 |
| Binary | 11011110 | 11101000 | 1001110 | 100 | 0 | 1000010 | 1001 | 1000000 | 1001101 | 111101 |
Color Harmonies of #DEE84E
Complementary color
Monochromatic Colors of #DEE84E
Black with #DEE84E
Text Example
Text Example
White with #DEE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE84E; }
p { color: rgb(222,232,78); }
H1.HeaderClassName
{
color: #DEE84E;
}
.AnyTagClassName
{
color: #DEE84E;
}
</style>
background-color css
<style>
a { background-color: #DEE84E; }
a { background-color: rgb(222,232,78); }
div.DivClassName
{
background-color: #DEE84E;
}
.BgClassName
{
background-color: #DEE84E;
}
</style>
border-color css
<style>
span { border-color: #DEE84E; }
span { border-color: rgb(222,232,78); }
td.TdClassName
{
border-color: #DEE84E;
}
.TagClassName
{
border-color: #DEE84E;
}
</style>