Shades of Mindaro #DAEC70
Tints of Mindaro #DAEC70
RGB
CMYK
RGB Variations
Color information
#DAEC70 (or 0xDAEC70) is known color: Mindaro. HEX triplet: DA, EC and 70. RGB value is (218,236,112). Sum of RGB (Red+Green+Blue) = 218+236+112=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC70 is #25138F. Grayscale: #D8D8D8. Windows color (decimal): -2429840 or 7400666. OLE color: 7400666.
HSL color Cylindrical-coordinate representation of color #DAEC70: hue angle of 68.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAEC70 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 112 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.07 |
| HSL | 68.71º | 0.77% | 0.68% | - |
| HSV(B) | 68.71º | 0.53% | 0.93% | - |
| XYZ | 61.83 | 76.07 | 26.75 | - |
| YUV | 216.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 112 | 0.08 | 0 | 0.53 | 0.07 | 68.71 | 0.77 | 0.68 |
| Hex | DA | EC | 70 | 8 | 0 | 35 | 7 | 45 | 4D | 44 |
| Octal | 332 | 354 | 160 | 10 | 0 | 65 | 7 | 105 | 115 | 104 |
| Binary | 11011010 | 11101100 | 1110000 | 1000 | 0 | 110101 | 111 | 1000101 | 1001101 | 1000100 |
Color Harmonies of #DAEC70
Complementary color
Monochromatic Colors of #DAEC70
Black with #DAEC70
Text Example
Text Example
White with #DAEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC70; }
p { color: rgb(218,236,112); }
H1.HeaderClassName
{
color: #DAEC70;
}
.AnyTagClassName
{
color: #DAEC70;
}
</style>
background-color css
<style>
a { background-color: #DAEC70; }
a { background-color: rgb(218,236,112); }
div.DivClassName
{
background-color: #DAEC70;
}
.BgClassName
{
background-color: #DAEC70;
}
</style>
border-color css
<style>
span { border-color: #DAEC70; }
span { border-color: rgb(218,236,112); }
td.TdClassName
{
border-color: #DAEC70;
}
.TagClassName
{
border-color: #DAEC70;
}
</style>