Shades of Manz #DAE04E
Tints of Manz #DAE04E
RGB
CMYK
RGB Variations
Color information
#DAE04E (or 0xDAE04E) is known color: Manz. HEX triplet: DA, E0 and 4E. RGB value is (218,224,78). Sum of RGB (Red+Green+Blue) = 218+224+78=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE04E is #251FB1. Grayscale: #CECECE. Windows color (decimal): -2432946 or 5169370. OLE color: 5169370.
HSL color Cylindrical-coordinate representation of color #DAE04E: hue angle of 62.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE04E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 78 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.12 |
| HSL | 62.47º | 0.7% | 0.59% | - |
| HSV(B) | 62.47º | 0.65% | 0.88% | - |
| XYZ | 56.94 | 68.77 | 17.48 | - |
| YUV | 205.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 78 | 0.03 | 0 | 0.65 | 0.12 | 62.47 | 0.7 | 0.59 |
| Hex | DA | E0 | 4E | 3 | 0 | 41 | C | 3E | 46 | 3B |
| Octal | 332 | 340 | 116 | 3 | 0 | 101 | 14 | 76 | 106 | 73 |
| Binary | 11011010 | 11100000 | 1001110 | 11 | 0 | 1000001 | 1100 | 111110 | 1000110 | 111011 |
Color Harmonies of #DAE04E
Complementary color
Monochromatic Colors of #DAE04E
Black with #DAE04E
Text Example
Text Example
White with #DAE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE04E; }
p { color: rgb(218,224,78); }
H1.HeaderClassName
{
color: #DAE04E;
}
.AnyTagClassName
{
color: #DAE04E;
}
</style>
background-color css
<style>
a { background-color: #DAE04E; }
a { background-color: rgb(218,224,78); }
div.DivClassName
{
background-color: #DAE04E;
}
.BgClassName
{
background-color: #DAE04E;
}
</style>
border-color css
<style>
span { border-color: #DAE04E; }
span { border-color: rgb(218,224,78); }
td.TdClassName
{
border-color: #DAE04E;
}
.TagClassName
{
border-color: #DAE04E;
}
</style>