Shades of Manz #DEE24D
Tints of Manz #DEE24D
RGB
CMYK
RGB Variations
Color information
#DEE24D (or 0xDEE24D) is known color: Manz. HEX triplet: DE, E2 and 4D. RGB value is (222,226,77). Sum of RGB (Red+Green+Blue) = 222+226+77=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE24D is #211DB2. Grayscale: #D0D0D0. Windows color (decimal): -2170291 or 5104350. OLE color: 5104350.
HSL color Cylindrical-coordinate representation of color #DEE24D: hue angle of 61.61º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE24D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 77 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.11 |
| HSL | 61.61º | 0.72% | 0.59% | - |
| HSV(B) | 61.61º | 0.66% | 0.89% | - |
| XYZ | 58.66 | 70.46 | 17.53 | - |
| YUV | 207.82 | 54.17 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 77 | 0.02 | 0 | 0.66 | 0.11 | 61.61 | 0.72 | 0.59 |
| Hex | DE | E2 | 4D | 2 | 0 | 42 | B | 3E | 48 | 3B |
| Octal | 336 | 342 | 115 | 2 | 0 | 102 | 13 | 76 | 110 | 73 |
| Binary | 11011110 | 11100010 | 1001101 | 10 | 0 | 1000010 | 1011 | 111110 | 1001000 | 111011 |
Color Harmonies of #DEE24D
Complementary color
Monochromatic Colors of #DEE24D
Black with #DEE24D
Text Example
Text Example
White with #DEE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE24D; }
p { color: rgb(222,226,77); }
H1.HeaderClassName
{
color: #DEE24D;
}
.AnyTagClassName
{
color: #DEE24D;
}
</style>
background-color css
<style>
a { background-color: #DEE24D; }
a { background-color: rgb(222,226,77); }
div.DivClassName
{
background-color: #DEE24D;
}
.BgClassName
{
background-color: #DEE24D;
}
</style>
border-color css
<style>
span { border-color: #DEE24D; }
span { border-color: rgb(222,226,77); }
td.TdClassName
{
border-color: #DEE24D;
}
.TagClassName
{
border-color: #DEE24D;
}
</style>