Shades of Manz #DEE24E
Tints of Manz #DEE24E
RGB
CMYK
RGB Variations
Color information
#DEE24E (or 0xDEE24E) is known color: Manz. HEX triplet: DE, E2 and 4E. RGB value is (222,226,78). Sum of RGB (Red+Green+Blue) = 222+226+78=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE24E is #211DB1. Grayscale: #D0D0D0. Windows color (decimal): -2170290 or 5169886. OLE color: 5169886.
HSL color Cylindrical-coordinate representation of color #DEE24E: hue angle of 61.62º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE24E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 78 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 61.62º | 0.72% | 0.6% | - |
| HSV(B) | 61.62º | 0.65% | 0.89% | - |
| XYZ | 58.7 | 70.47 | 17.72 | - |
| YUV | 207.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 78 | 0.02 | 0 | 0.65 | 0.11 | 61.62 | 0.72 | 0.6 |
| Hex | DE | E2 | 4E | 2 | 0 | 41 | B | 3E | 48 | 3C |
| Octal | 336 | 342 | 116 | 2 | 0 | 101 | 13 | 76 | 110 | 74 |
| Binary | 11011110 | 11100010 | 1001110 | 10 | 0 | 1000001 | 1011 | 111110 | 1001000 | 111100 |
Color Harmonies of #DEE24E
Complementary color
Monochromatic Colors of #DEE24E
Black with #DEE24E
Text Example
Text Example
White with #DEE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE24E; }
p { color: rgb(222,226,78); }
H1.HeaderClassName
{
color: #DEE24E;
}
.AnyTagClassName
{
color: #DEE24E;
}
</style>
background-color css
<style>
a { background-color: #DEE24E; }
a { background-color: rgb(222,226,78); }
div.DivClassName
{
background-color: #DEE24E;
}
.BgClassName
{
background-color: #DEE24E;
}
</style>
border-color css
<style>
span { border-color: #DEE24E; }
span { border-color: rgb(222,226,78); }
td.TdClassName
{
border-color: #DEE24E;
}
.TagClassName
{
border-color: #DEE24E;
}
</style>