Shades of Mindaro #DAEC81
Tints of Mindaro #DAEC81
RGB
CMYK
RGB Variations
Color information
#DAEC81 (or 0xDAEC81) is known color: Mindaro. HEX triplet: DA, EC and 81. RGB value is (218,236,129). Sum of RGB (Red+Green+Blue) = 218+236+129=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC81 is #25137E. Grayscale: #DADADA. Windows color (decimal): -2429823 or 8514778. OLE color: 8514778.
HSL color Cylindrical-coordinate representation of color #DAEC81: hue angle of 70.09º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAEC81 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 129 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.07 |
| HSL | 70.09º | 0.74% | 0.72% | - |
| HSV(B) | 70.09º | 0.45% | 0.93% | - |
| XYZ | 62.87 | 76.48 | 32.22 | - |
| YUV | 218.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 129 | 0.08 | 0 | 0.45 | 0.07 | 70.09 | 0.74 | 0.72 |
| Hex | DA | EC | 81 | 8 | 0 | 2D | 7 | 46 | 4A | 48 |
| Octal | 332 | 354 | 201 | 10 | 0 | 55 | 7 | 106 | 112 | 110 |
| Binary | 11011010 | 11101100 | 10000001 | 1000 | 0 | 101101 | 111 | 1000110 | 1001010 | 1001000 |
Color Harmonies of #DAEC81
Complementary color
Monochromatic Colors of #DAEC81
Black with #DAEC81
Text Example
Text Example
White with #DAEC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC81; }
p { color: rgb(218,236,129); }
H1.HeaderClassName
{
color: #DAEC81;
}
.AnyTagClassName
{
color: #DAEC81;
}
</style>
background-color css
<style>
a { background-color: #DAEC81; }
a { background-color: rgb(218,236,129); }
div.DivClassName
{
background-color: #DAEC81;
}
.BgClassName
{
background-color: #DAEC81;
}
</style>
border-color css
<style>
span { border-color: #DAEC81; }
span { border-color: rgb(218,236,129); }
td.TdClassName
{
border-color: #DAEC81;
}
.TagClassName
{
border-color: #DAEC81;
}
</style>