Shades of Manz #DEE94D
Tints of Manz #DEE94D
RGB
CMYK
RGB Variations
Color information
#DEE94D (or 0xDEE94D) is known color: Manz. HEX triplet: DE, E9 and 4D. RGB value is (222,233,77). Sum of RGB (Red+Green+Blue) = 222+233+77=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE94D is #2116B2. Grayscale: #D4D4D4. Windows color (decimal): -2168499 or 5106142. OLE color: 5106142.
HSL color Cylindrical-coordinate representation of color #DEE94D: hue angle of 64.23º 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 #DEE94D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 77 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.09 |
| HSL | 64.23º | 0.78% | 0.61% | - |
| HSV(B) | 64.23º | 0.67% | 0.91% | - |
| XYZ | 60.6 | 74.34 | 18.18 | - |
| YUV | 211.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 77 | 0.05 | 0 | 0.67 | 0.09 | 64.23 | 0.78 | 0.61 |
| Hex | DE | E9 | 4D | 5 | 0 | 43 | 9 | 40 | 4E | 3D |
| Octal | 336 | 351 | 115 | 5 | 0 | 103 | 11 | 100 | 116 | 75 |
| Binary | 11011110 | 11101001 | 1001101 | 101 | 0 | 1000011 | 1001 | 1000000 | 1001110 | 111101 |
Color Harmonies of #DEE94D
Complementary color
Monochromatic Colors of #DEE94D
Black with #DEE94D
Text Example
Text Example
White with #DEE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE94D; }
p { color: rgb(222,233,77); }
H1.HeaderClassName
{
color: #DEE94D;
}
.AnyTagClassName
{
color: #DEE94D;
}
</style>
background-color css
<style>
a { background-color: #DEE94D; }
a { background-color: rgb(222,233,77); }
div.DivClassName
{
background-color: #DEE94D;
}
.BgClassName
{
background-color: #DEE94D;
}
</style>
border-color css
<style>
span { border-color: #DEE94D; }
span { border-color: rgb(222,233,77); }
td.TdClassName
{
border-color: #DEE94D;
}
.TagClassName
{
border-color: #DEE94D;
}
</style>