Shades of Manz #DEE84C
Tints of Manz #DEE84C
RGB
CMYK
RGB Variations
Color information
#DEE84C (or 0xDEE84C) is known color: Manz. HEX triplet: DE, E8 and 4C. RGB value is (222,232,76). Sum of RGB (Red+Green+Blue) = 222+232+76=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE84C is #2117B3. Grayscale: #D3D3D3. Windows color (decimal): -2168756 or 5040350. OLE color: 5040350.
HSL color Cylindrical-coordinate representation of color #DEE84C: hue angle of 63.85º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE84C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 76 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.09 |
| HSL | 63.85º | 0.77% | 0.6% | - |
| HSV(B) | 63.85º | 0.67% | 0.91% | - |
| XYZ | 60.29 | 73.76 | 17.9 | - |
| YUV | 211.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 76 | 0.04 | 0 | 0.67 | 0.09 | 63.85 | 0.77 | 0.6 |
| Hex | DE | E8 | 4C | 4 | 0 | 43 | 9 | 40 | 4D | 3C |
| Octal | 336 | 350 | 114 | 4 | 0 | 103 | 11 | 100 | 115 | 74 |
| Binary | 11011110 | 11101000 | 1001100 | 100 | 0 | 1000011 | 1001 | 1000000 | 1001101 | 111100 |
Color Harmonies of #DEE84C
Complementary color
Monochromatic Colors of #DEE84C
Black with #DEE84C
Text Example
Text Example
White with #DEE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE84C; }
p { color: rgb(222,232,76); }
H1.HeaderClassName
{
color: #DEE84C;
}
.AnyTagClassName
{
color: #DEE84C;
}
</style>
background-color css
<style>
a { background-color: #DEE84C; }
a { background-color: rgb(222,232,76); }
div.DivClassName
{
background-color: #DEE84C;
}
.BgClassName
{
background-color: #DEE84C;
}
</style>
border-color css
<style>
span { border-color: #DEE84C; }
span { border-color: rgb(222,232,76); }
td.TdClassName
{
border-color: #DEE84C;
}
.TagClassName
{
border-color: #DEE84C;
}
</style>