Shades of Manz #DAE24A
Tints of Manz #DAE24A
RGB
CMYK
RGB Variations
Color information
#DAE24A (or 0xDAE24A) is known color: Manz. HEX triplet: DA, E2 and 4A. RGB value is (218,226,74). Sum of RGB (Red+Green+Blue) = 218+226+74=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE24A is #251DB5. Grayscale: #CECECE. Windows color (decimal): -2432438 or 4907738. OLE color: 4907738.
HSL color Cylindrical-coordinate representation of color #DAE24A: hue angle of 63.16º 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 #DAE24A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 74 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.11 |
| HSL | 63.16º | 0.72% | 0.59% | - |
| HSV(B) | 63.16º | 0.67% | 0.89% | - |
| XYZ | 57.35 | 69.79 | 16.93 | - |
| YUV | 206.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 74 | 0.04 | 0 | 0.67 | 0.11 | 63.16 | 0.72 | 0.59 |
| Hex | DA | E2 | 4A | 4 | 0 | 43 | B | 3F | 48 | 3B |
| Octal | 332 | 342 | 112 | 4 | 0 | 103 | 13 | 77 | 110 | 73 |
| Binary | 11011010 | 11100010 | 1001010 | 100 | 0 | 1000011 | 1011 | 111111 | 1001000 | 111011 |
Color Harmonies of #DAE24A
Complementary color
Monochromatic Colors of #DAE24A
Black with #DAE24A
Text Example
Text Example
White with #DAE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE24A; }
p { color: rgb(218,226,74); }
H1.HeaderClassName
{
color: #DAE24A;
}
.AnyTagClassName
{
color: #DAE24A;
}
</style>
background-color css
<style>
a { background-color: #DAE24A; }
a { background-color: rgb(218,226,74); }
div.DivClassName
{
background-color: #DAE24A;
}
.BgClassName
{
background-color: #DAE24A;
}
</style>
border-color css
<style>
span { border-color: #DAE24A; }
span { border-color: rgb(218,226,74); }
td.TdClassName
{
border-color: #DAE24A;
}
.TagClassName
{
border-color: #DAE24A;
}
</style>