Shades of Mindaro #DAEC80
Tints of Mindaro #DAEC80
RGB
CMYK
RGB Variations
Color information
#DAEC80 (or 0xDAEC80) is known color: Mindaro. HEX triplet: DA, EC and 80. RGB value is (218,236,128). Sum of RGB (Red+Green+Blue) = 218+236+128=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC80 is #25137F. Grayscale: #DADADA. Windows color (decimal): -2429824 or 8449242. OLE color: 8449242.
HSL color Cylindrical-coordinate representation of color #DAEC80: hue angle of 70º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAEC80 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 128 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.07 |
| HSL | 70º | 0.74% | 0.71% | - |
| HSV(B) | 70º | 0.46% | 0.93% | - |
| XYZ | 62.81 | 76.45 | 31.87 | - |
| YUV | 218.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 128 | 0.08 | 0 | 0.46 | 0.07 | 70 | 0.74 | 0.71 |
| Hex | DA | EC | 80 | 8 | 0 | 2E | 7 | 46 | 4A | 47 |
| Octal | 332 | 354 | 200 | 10 | 0 | 56 | 7 | 106 | 112 | 107 |
| Binary | 11011010 | 11101100 | 10000000 | 1000 | 0 | 101110 | 111 | 1000110 | 1001010 | 1000111 |
Color Harmonies of #DAEC80
Complementary color
Monochromatic Colors of #DAEC80
Black with #DAEC80
Text Example
Text Example
White with #DAEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC80; }
p { color: rgb(218,236,128); }
H1.HeaderClassName
{
color: #DAEC80;
}
.AnyTagClassName
{
color: #DAEC80;
}
</style>
background-color css
<style>
a { background-color: #DAEC80; }
a { background-color: rgb(218,236,128); }
div.DivClassName
{
background-color: #DAEC80;
}
.BgClassName
{
background-color: #DAEC80;
}
</style>
border-color css
<style>
span { border-color: #DAEC80; }
span { border-color: rgb(218,236,128); }
td.TdClassName
{
border-color: #DAEC80;
}
.TagClassName
{
border-color: #DAEC80;
}
</style>