Shades of Mindaro #DAE470
Tints of Mindaro #DAE470
RGB
CMYK
RGB Variations
Color information
#DAE470 (or 0xDAE470) is known color: Mindaro. HEX triplet: DA, E4 and 70. RGB value is (218,228,112). Sum of RGB (Red+Green+Blue) = 218+228+112=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE470 is #251B8F. Grayscale: #D4D4D4. Windows color (decimal): -2431888 or 7398618. OLE color: 7398618.
HSL color Cylindrical-coordinate representation of color #DAE470: hue angle of 65.17º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE470 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 112 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 65.17º | 0.68% | 0.67% | - |
| HSV(B) | 65.17º | 0.51% | 0.89% | - |
| XYZ | 59.58 | 71.56 | 26 | - |
| YUV | 211.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 112 | 0.04 | 0 | 0.51 | 0.11 | 65.17 | 0.68 | 0.67 |
| Hex | DA | E4 | 70 | 4 | 0 | 33 | B | 41 | 44 | 43 |
| Octal | 332 | 344 | 160 | 4 | 0 | 63 | 13 | 101 | 104 | 103 |
| Binary | 11011010 | 11100100 | 1110000 | 100 | 0 | 110011 | 1011 | 1000001 | 1000100 | 1000011 |
Color Harmonies of #DAE470
Complementary color
Monochromatic Colors of #DAE470
Black with #DAE470
Text Example
Text Example
White with #DAE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE470; }
p { color: rgb(218,228,112); }
H1.HeaderClassName
{
color: #DAE470;
}
.AnyTagClassName
{
color: #DAE470;
}
</style>
background-color css
<style>
a { background-color: #DAE470; }
a { background-color: rgb(218,228,112); }
div.DivClassName
{
background-color: #DAE470;
}
.BgClassName
{
background-color: #DAE470;
}
</style>
border-color css
<style>
span { border-color: #DAE470; }
span { border-color: rgb(218,228,112); }
td.TdClassName
{
border-color: #DAE470;
}
.TagClassName
{
border-color: #DAE470;
}
</style>