Shades of Mindaro #DAEC5A
Tints of Mindaro #DAEC5A
RGB
CMYK
RGB Variations
Color information
#DAEC5A (or 0xDAEC5A) is known color: Mindaro. HEX triplet: DA, EC and 5A. RGB value is (218,236,90). Sum of RGB (Red+Green+Blue) = 218+236+90=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC5A is #2513A5. Grayscale: #D6D6D6. Windows color (decimal): -2429862 or 5958874. OLE color: 5958874.
HSL color Cylindrical-coordinate representation of color #DAEC5A: hue angle of 67.4º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAEC5A is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 90 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.07 |
| HSL | 67.4º | 0.79% | 0.64% | - |
| HSV(B) | 67.4º | 0.62% | 0.93% | - |
| XYZ | 60.75 | 75.63 | 21.07 | - |
| YUV | 213.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 90 | 0.08 | 0 | 0.62 | 0.07 | 67.4 | 0.79 | 0.64 |
| Hex | DA | EC | 5A | 8 | 0 | 3E | 7 | 43 | 4F | 40 |
| Octal | 332 | 354 | 132 | 10 | 0 | 76 | 7 | 103 | 117 | 100 |
| Binary | 11011010 | 11101100 | 1011010 | 1000 | 0 | 111110 | 111 | 1000011 | 1001111 | 1000000 |
Color Harmonies of #DAEC5A
Complementary color
Monochromatic Colors of #DAEC5A
Black with #DAEC5A
Text Example
Text Example
White with #DAEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC5A; }
p { color: rgb(218,236,90); }
H1.HeaderClassName
{
color: #DAEC5A;
}
.AnyTagClassName
{
color: #DAEC5A;
}
</style>
background-color css
<style>
a { background-color: #DAEC5A; }
a { background-color: rgb(218,236,90); }
div.DivClassName
{
background-color: #DAEC5A;
}
.BgClassName
{
background-color: #DAEC5A;
}
</style>
border-color css
<style>
span { border-color: #DAEC5A; }
span { border-color: rgb(218,236,90); }
td.TdClassName
{
border-color: #DAEC5A;
}
.TagClassName
{
border-color: #DAEC5A;
}
</style>