Shades of Manz #DAE94E
Tints of Manz #DAE94E
RGB
CMYK
RGB Variations
Color information
#DAE94E (or 0xDAE94E) is known color: Manz. HEX triplet: DA, E9 and 4E. RGB value is (218,233,78). Sum of RGB (Red+Green+Blue) = 218+233+78=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE94E is #2516B1. Grayscale: #D3D3D3. Windows color (decimal): -2430642 or 5171674. OLE color: 5171674.
HSL color Cylindrical-coordinate representation of color #DAE94E: hue angle of 65.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAE94E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 78 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.09 |
| HSL | 65.81º | 0.78% | 0.61% | - |
| HSV(B) | 65.81º | 0.67% | 0.91% | - |
| XYZ | 59.43 | 73.73 | 18.31 | - |
| YUV | 210.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 78 | 0.06 | 0 | 0.67 | 0.09 | 65.81 | 0.78 | 0.61 |
| Hex | DA | E9 | 4E | 6 | 0 | 43 | 9 | 42 | 4E | 3D |
| Octal | 332 | 351 | 116 | 6 | 0 | 103 | 11 | 102 | 116 | 75 |
| Binary | 11011010 | 11101001 | 1001110 | 110 | 0 | 1000011 | 1001 | 1000010 | 1001110 | 111101 |
Color Harmonies of #DAE94E
Complementary color
Monochromatic Colors of #DAE94E
Black with #DAE94E
Text Example
Text Example
White with #DAE94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE94E; }
p { color: rgb(218,233,78); }
H1.HeaderClassName
{
color: #DAE94E;
}
.AnyTagClassName
{
color: #DAE94E;
}
</style>
background-color css
<style>
a { background-color: #DAE94E; }
a { background-color: rgb(218,233,78); }
div.DivClassName
{
background-color: #DAE94E;
}
.BgClassName
{
background-color: #DAE94E;
}
</style>
border-color css
<style>
span { border-color: #DAE94E; }
span { border-color: rgb(218,233,78); }
td.TdClassName
{
border-color: #DAE94E;
}
.TagClassName
{
border-color: #DAE94E;
}
</style>