Shades of Manz #DAE74E
Tints of Manz #DAE74E
RGB
CMYK
RGB Variations
Color information
#DAE74E (or 0xDAE74E) is known color: Manz. HEX triplet: DA, E7 and 4E. RGB value is (218,231,78). Sum of RGB (Red+Green+Blue) = 218+231+78=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE74E is #2518B1. Grayscale: #D2D2D2. Windows color (decimal): -2431154 or 5171162. OLE color: 5171162.
HSL color Cylindrical-coordinate representation of color #DAE74E: hue angle of 65.1º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE74E is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 78 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.09 |
| HSL | 65.1º | 0.76% | 0.61% | - |
| HSV(B) | 65.1º | 0.66% | 0.91% | - |
| XYZ | 58.86 | 72.61 | 18.12 | - |
| YUV | 209.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 78 | 0.06 | 0 | 0.66 | 0.09 | 65.1 | 0.76 | 0.61 |
| Hex | DA | E7 | 4E | 6 | 0 | 42 | 9 | 41 | 4C | 3D |
| Octal | 332 | 347 | 116 | 6 | 0 | 102 | 11 | 101 | 114 | 75 |
| Binary | 11011010 | 11100111 | 1001110 | 110 | 0 | 1000010 | 1001 | 1000001 | 1001100 | 111101 |
Color Harmonies of #DAE74E
Complementary color
Monochromatic Colors of #DAE74E
Black with #DAE74E
Text Example
Text Example
White with #DAE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE74E; }
p { color: rgb(218,231,78); }
H1.HeaderClassName
{
color: #DAE74E;
}
.AnyTagClassName
{
color: #DAE74E;
}
</style>
background-color css
<style>
a { background-color: #DAE74E; }
a { background-color: rgb(218,231,78); }
div.DivClassName
{
background-color: #DAE74E;
}
.BgClassName
{
background-color: #DAE74E;
}
</style>
border-color css
<style>
span { border-color: #DAE74E; }
span { border-color: rgb(218,231,78); }
td.TdClassName
{
border-color: #DAE74E;
}
.TagClassName
{
border-color: #DAE74E;
}
</style>