Shades of Manz #DEE24A
Tints of Manz #DEE24A
RGB
CMYK
RGB Variations
Color information
#DEE24A (or 0xDEE24A) is known color: Manz. HEX triplet: DE, E2 and 4A. RGB value is (222,226,74). Sum of RGB (Red+Green+Blue) = 222+226+74=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE24A is #211DB5. Grayscale: #D0D0D0. Windows color (decimal): -2170294 or 4907742. OLE color: 4907742.
HSL color Cylindrical-coordinate representation of color #DEE24A: hue angle of 61.58º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE24A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.11 |
| HSL | 61.58º | 0.72% | 0.59% | - |
| HSV(B) | 61.58º | 0.67% | 0.89% | - |
| XYZ | 58.56 | 70.42 | 16.98 | - |
| YUV | 207.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 74 | 0.02 | 0 | 0.67 | 0.11 | 61.58 | 0.72 | 0.59 |
| Hex | DE | E2 | 4A | 2 | 0 | 43 | B | 3E | 48 | 3B |
| Octal | 336 | 342 | 112 | 2 | 0 | 103 | 13 | 76 | 110 | 73 |
| Binary | 11011110 | 11100010 | 1001010 | 10 | 0 | 1000011 | 1011 | 111110 | 1001000 | 111011 |
Color Harmonies of #DEE24A
Complementary color
Monochromatic Colors of #DEE24A
Black with #DEE24A
Text Example
Text Example
White with #DEE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE24A; }
p { color: rgb(222,226,74); }
H1.HeaderClassName
{
color: #DEE24A;
}
.AnyTagClassName
{
color: #DEE24A;
}
</style>
background-color css
<style>
a { background-color: #DEE24A; }
a { background-color: rgb(222,226,74); }
div.DivClassName
{
background-color: #DEE24A;
}
.BgClassName
{
background-color: #DEE24A;
}
</style>
border-color css
<style>
span { border-color: #DEE24A; }
span { border-color: rgb(222,226,74); }
td.TdClassName
{
border-color: #DEE24A;
}
.TagClassName
{
border-color: #DEE24A;
}
</style>