Shades of Manz #DAE94D
Tints of Manz #DAE94D
RGB
CMYK
RGB Variations
Color information
#DAE94D (or 0xDAE94D) is known color: Manz. HEX triplet: DA, E9 and 4D. RGB value is (218,233,77). Sum of RGB (Red+Green+Blue) = 218+233+77=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE94D is #2516B2. Grayscale: #D3D3D3. Windows color (decimal): -2430643 or 5106138. OLE color: 5106138.
HSL color Cylindrical-coordinate representation of color #DAE94D: hue angle of 65.77º 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 #DAE94D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 77 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.09 |
| HSL | 65.77º | 0.78% | 0.61% | - |
| HSV(B) | 65.77º | 0.67% | 0.91% | - |
| XYZ | 59.39 | 73.72 | 18.12 | - |
| YUV | 210.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 77 | 0.06 | 0 | 0.67 | 0.09 | 65.77 | 0.78 | 0.61 |
| Hex | DA | E9 | 4D | 6 | 0 | 43 | 9 | 42 | 4E | 3D |
| Octal | 332 | 351 | 115 | 6 | 0 | 103 | 11 | 102 | 116 | 75 |
| Binary | 11011010 | 11101001 | 1001101 | 110 | 0 | 1000011 | 1001 | 1000010 | 1001110 | 111101 |
Color Harmonies of #DAE94D
Complementary color
Monochromatic Colors of #DAE94D
Black with #DAE94D
Text Example
Text Example
White with #DAE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE94D; }
p { color: rgb(218,233,77); }
H1.HeaderClassName
{
color: #DAE94D;
}
.AnyTagClassName
{
color: #DAE94D;
}
</style>
background-color css
<style>
a { background-color: #DAE94D; }
a { background-color: rgb(218,233,77); }
div.DivClassName
{
background-color: #DAE94D;
}
.BgClassName
{
background-color: #DAE94D;
}
</style>
border-color css
<style>
span { border-color: #DAE94D; }
span { border-color: rgb(218,233,77); }
td.TdClassName
{
border-color: #DAE94D;
}
.TagClassName
{
border-color: #DAE94D;
}
</style>