Shades of Manz #DEE94C
Tints of Manz #DEE94C
RGB
CMYK
RGB Variations
Color information
#DEE94C (or 0xDEE94C) is known color: Manz. HEX triplet: DE, E9 and 4C. RGB value is (222,233,76). Sum of RGB (Red+Green+Blue) = 222+233+76=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE94C is #2116B3. Grayscale: #D4D4D4. Windows color (decimal): -2168500 or 5040606. OLE color: 5040606.
HSL color Cylindrical-coordinate representation of color #DEE94C: hue angle of 64.2º 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 #DEE94C is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 76 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.09 |
| HSL | 64.2º | 0.78% | 0.61% | - |
| HSV(B) | 64.2º | 0.67% | 0.91% | - |
| XYZ | 60.57 | 74.33 | 17.99 | - |
| YUV | 211.81 | 51.36 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 76 | 0.05 | 0 | 0.67 | 0.09 | 64.2 | 0.78 | 0.61 |
| Hex | DE | E9 | 4C | 5 | 0 | 43 | 9 | 40 | 4E | 3D |
| Octal | 336 | 351 | 114 | 5 | 0 | 103 | 11 | 100 | 116 | 75 |
| Binary | 11011110 | 11101001 | 1001100 | 101 | 0 | 1000011 | 1001 | 1000000 | 1001110 | 111101 |
Color Harmonies of #DEE94C
Complementary color
Monochromatic Colors of #DEE94C
Black with #DEE94C
Text Example
Text Example
White with #DEE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE94C; }
p { color: rgb(222,233,76); }
H1.HeaderClassName
{
color: #DEE94C;
}
.AnyTagClassName
{
color: #DEE94C;
}
</style>
background-color css
<style>
a { background-color: #DEE94C; }
a { background-color: rgb(222,233,76); }
div.DivClassName
{
background-color: #DEE94C;
}
.BgClassName
{
background-color: #DEE94C;
}
</style>
border-color css
<style>
span { border-color: #DEE94C; }
span { border-color: rgb(222,233,76); }
td.TdClassName
{
border-color: #DEE94C;
}
.TagClassName
{
border-color: #DEE94C;
}
</style>