Shades of Manz #DAEC52
Tints of Manz #DAEC52
RGB
CMYK
RGB Variations
Color information
#DAEC52 (or 0xDAEC52) is known color: Manz. HEX triplet: DA, EC and 52. RGB value is (218,236,82). Sum of RGB (Red+Green+Blue) = 218+236+82=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC52 is #2513AD. Grayscale: #D5D5D5. Windows color (decimal): -2429870 or 5434586. OLE color: 5434586.
HSL color Cylindrical-coordinate representation of color #DAEC52: hue angle of 67.01º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAEC52 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 82 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.07 |
| HSL | 67.01º | 0.8% | 0.62% | - |
| HSV(B) | 67.01º | 0.65% | 0.93% | - |
| XYZ | 60.43 | 75.51 | 19.37 | - |
| YUV | 213.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 82 | 0.08 | 0 | 0.65 | 0.07 | 67.01 | 0.8 | 0.62 |
| Hex | DA | EC | 52 | 8 | 0 | 41 | 7 | 43 | 50 | 3E |
| Octal | 332 | 354 | 122 | 10 | 0 | 101 | 7 | 103 | 120 | 76 |
| Binary | 11011010 | 11101100 | 1010010 | 1000 | 0 | 1000001 | 111 | 1000011 | 1010000 | 111110 |
Color Harmonies of #DAEC52
Complementary color
Monochromatic Colors of #DAEC52
Black with #DAEC52
Text Example
Text Example
White with #DAEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC52; }
p { color: rgb(218,236,82); }
H1.HeaderClassName
{
color: #DAEC52;
}
.AnyTagClassName
{
color: #DAEC52;
}
</style>
background-color css
<style>
a { background-color: #DAEC52; }
a { background-color: rgb(218,236,82); }
div.DivClassName
{
background-color: #DAEC52;
}
.BgClassName
{
background-color: #DAEC52;
}
</style>
border-color css
<style>
span { border-color: #DAEC52; }
span { border-color: rgb(218,236,82); }
td.TdClassName
{
border-color: #DAEC52;
}
.TagClassName
{
border-color: #DAEC52;
}
</style>