Shades of Manz #DEE94E
Tints of Manz #DEE94E
RGB
CMYK
RGB Variations
Color information
#DEE94E (or 0xDEE94E) is known color: Manz. HEX triplet: DE, E9 and 4E. RGB value is (222,233,78). Sum of RGB (Red+Green+Blue) = 222+233+78=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE94E is #2116B1. Grayscale: #D4D4D4. Windows color (decimal): -2168498 or 5171678. OLE color: 5171678.
HSL color Cylindrical-coordinate representation of color #DEE94E: hue angle of 64.26º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE94E is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 78 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.09 |
| HSL | 64.26º | 0.78% | 0.61% | - |
| HSV(B) | 64.26º | 0.67% | 0.91% | - |
| XYZ | 60.64 | 74.36 | 18.36 | - |
| YUV | 212.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 78 | 0.05 | 0 | 0.67 | 0.09 | 64.26 | 0.78 | 0.61 |
| Hex | DE | E9 | 4E | 5 | 0 | 43 | 9 | 40 | 4E | 3D |
| Octal | 336 | 351 | 116 | 5 | 0 | 103 | 11 | 100 | 116 | 75 |
| Binary | 11011110 | 11101001 | 1001110 | 101 | 0 | 1000011 | 1001 | 1000000 | 1001110 | 111101 |
Color Harmonies of #DEE94E
Complementary color
Monochromatic Colors of #DEE94E
Black with #DEE94E
Text Example
Text Example
White with #DEE94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE94E; }
p { color: rgb(222,233,78); }
H1.HeaderClassName
{
color: #DEE94E;
}
.AnyTagClassName
{
color: #DEE94E;
}
</style>
background-color css
<style>
a { background-color: #DEE94E; }
a { background-color: rgb(222,233,78); }
div.DivClassName
{
background-color: #DEE94E;
}
.BgClassName
{
background-color: #DEE94E;
}
</style>
border-color css
<style>
span { border-color: #DEE94E; }
span { border-color: rgb(222,233,78); }
td.TdClassName
{
border-color: #DEE94E;
}
.TagClassName
{
border-color: #DEE94E;
}
</style>