Shades of Manz #DAEC4E
Tints of Manz #DAEC4E
RGB
CMYK
RGB Variations
Color information
#DAEC4E (or 0xDAEC4E) is known color: Manz. HEX triplet: DA, EC and 4E. RGB value is (218,236,78). Sum of RGB (Red+Green+Blue) = 218+236+78=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC4E is #2513B1. Grayscale: #D5D5D5. Windows color (decimal): -2429874 or 5172442. OLE color: 5172442.
HSL color Cylindrical-coordinate representation of color #DAEC4E: hue angle of 66.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAEC4E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 78 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.07 |
| HSL | 66.84º | 0.81% | 0.62% | - |
| HSV(B) | 66.84º | 0.67% | 0.93% | - |
| XYZ | 60.28 | 75.45 | 18.59 | - |
| YUV | 212.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 78 | 0.08 | 0 | 0.67 | 0.07 | 66.84 | 0.81 | 0.62 |
| Hex | DA | EC | 4E | 8 | 0 | 43 | 7 | 43 | 51 | 3E |
| Octal | 332 | 354 | 116 | 10 | 0 | 103 | 7 | 103 | 121 | 76 |
| Binary | 11011010 | 11101100 | 1001110 | 1000 | 0 | 1000011 | 111 | 1000011 | 1010001 | 111110 |
Color Harmonies of #DAEC4E
Complementary color
Monochromatic Colors of #DAEC4E
Black with #DAEC4E
Text Example
Text Example
White with #DAEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC4E; }
p { color: rgb(218,236,78); }
H1.HeaderClassName
{
color: #DAEC4E;
}
.AnyTagClassName
{
color: #DAEC4E;
}
</style>
background-color css
<style>
a { background-color: #DAEC4E; }
a { background-color: rgb(218,236,78); }
div.DivClassName
{
background-color: #DAEC4E;
}
.BgClassName
{
background-color: #DAEC4E;
}
</style>
border-color css
<style>
span { border-color: #DAEC4E; }
span { border-color: rgb(218,236,78); }
td.TdClassName
{
border-color: #DAEC4E;
}
.TagClassName
{
border-color: #DAEC4E;
}
</style>