Shades of Manz #DAE44E
Tints of Manz #DAE44E
RGB
CMYK
RGB Variations
Color information
#DAE44E (or 0xDAE44E) is known color: Manz. HEX triplet: DA, E4 and 4E. RGB value is (218,228,78). Sum of RGB (Red+Green+Blue) = 218+228+78=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE44E is #251BB1. Grayscale: #D0D0D0. Windows color (decimal): -2431922 or 5170394. OLE color: 5170394.
HSL color Cylindrical-coordinate representation of color #DAE44E: hue angle of 64º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE44E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 64º | 0.74% | 0.6% | - |
| HSV(B) | 64º | 0.66% | 0.89% | - |
| XYZ | 58.03 | 70.94 | 17.84 | - |
| YUV | 207.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 78 | 0.04 | 0 | 0.66 | 0.11 | 64 | 0.74 | 0.6 |
| Hex | DA | E4 | 4E | 4 | 0 | 42 | B | 40 | 4A | 3C |
| Octal | 332 | 344 | 116 | 4 | 0 | 102 | 13 | 100 | 112 | 74 |
| Binary | 11011010 | 11100100 | 1001110 | 100 | 0 | 1000010 | 1011 | 1000000 | 1001010 | 111100 |
Color Harmonies of #DAE44E
Complementary color
Monochromatic Colors of #DAE44E
Black with #DAE44E
Text Example
Text Example
White with #DAE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE44E; }
p { color: rgb(218,228,78); }
H1.HeaderClassName
{
color: #DAE44E;
}
.AnyTagClassName
{
color: #DAE44E;
}
</style>
background-color css
<style>
a { background-color: #DAE44E; }
a { background-color: rgb(218,228,78); }
div.DivClassName
{
background-color: #DAE44E;
}
.BgClassName
{
background-color: #DAE44E;
}
</style>
border-color css
<style>
span { border-color: #DAE44E; }
span { border-color: rgb(218,228,78); }
td.TdClassName
{
border-color: #DAE44E;
}
.TagClassName
{
border-color: #DAE44E;
}
</style>