Shades of Manz #DAE24D
Tints of Manz #DAE24D
RGB
CMYK
RGB Variations
Color information
#DAE24D (or 0xDAE24D) is known color: Manz. HEX triplet: DA, E2 and 4D. RGB value is (218,226,77). Sum of RGB (Red+Green+Blue) = 218+226+77=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE24D is #251DB2. Grayscale: #CFCFCF. Windows color (decimal): -2432435 or 5104346. OLE color: 5104346.
HSL color Cylindrical-coordinate representation of color #DAE24D: hue angle of 63.22º 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 #DAE24D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 77 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 63.22º | 0.72% | 0.59% | - |
| HSV(B) | 63.22º | 0.66% | 0.89% | - |
| XYZ | 57.45 | 69.83 | 17.47 | - |
| YUV | 206.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 77 | 0.04 | 0 | 0.66 | 0.11 | 63.22 | 0.72 | 0.59 |
| Hex | DA | E2 | 4D | 4 | 0 | 42 | B | 3F | 48 | 3B |
| Octal | 332 | 342 | 115 | 4 | 0 | 102 | 13 | 77 | 110 | 73 |
| Binary | 11011010 | 11100010 | 1001101 | 100 | 0 | 1000010 | 1011 | 111111 | 1001000 | 111011 |
Color Harmonies of #DAE24D
Complementary color
Monochromatic Colors of #DAE24D
Black with #DAE24D
Text Example
Text Example
White with #DAE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE24D; }
p { color: rgb(218,226,77); }
H1.HeaderClassName
{
color: #DAE24D;
}
.AnyTagClassName
{
color: #DAE24D;
}
</style>
background-color css
<style>
a { background-color: #DAE24D; }
a { background-color: rgb(218,226,77); }
div.DivClassName
{
background-color: #DAE24D;
}
.BgClassName
{
background-color: #DAE24D;
}
</style>
border-color css
<style>
span { border-color: #DAE24D; }
span { border-color: rgb(218,226,77); }
td.TdClassName
{
border-color: #DAE24D;
}
.TagClassName
{
border-color: #DAE24D;
}
</style>