Shades of Mindaro #DAE770
Tints of Mindaro #DAE770
RGB
CMYK
RGB Variations
Color information
#DAE770 (or 0xDAE770) is known color: Mindaro. HEX triplet: DA, E7 and 70. RGB value is (218,231,112). Sum of RGB (Red+Green+Blue) = 218+231+112=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE770 is #25188F. Grayscale: #D6D6D6. Windows color (decimal): -2431120 or 7399386. OLE color: 7399386.
HSL color Cylindrical-coordinate representation of color #DAE770: hue angle of 66.55º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE770 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 112 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.09 |
| HSL | 66.55º | 0.71% | 0.67% | - |
| HSV(B) | 66.55º | 0.52% | 0.91% | - |
| XYZ | 60.41 | 73.23 | 26.28 | - |
| YUV | 213.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 112 | 0.06 | 0 | 0.52 | 0.09 | 66.55 | 0.71 | 0.67 |
| Hex | DA | E7 | 70 | 6 | 0 | 34 | 9 | 43 | 47 | 43 |
| Octal | 332 | 347 | 160 | 6 | 0 | 64 | 11 | 103 | 107 | 103 |
| Binary | 11011010 | 11100111 | 1110000 | 110 | 0 | 110100 | 1001 | 1000011 | 1000111 | 1000011 |
Color Harmonies of #DAE770
Complementary color
Monochromatic Colors of #DAE770
Black with #DAE770
Text Example
Text Example
White with #DAE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE770; }
p { color: rgb(218,231,112); }
H1.HeaderClassName
{
color: #DAE770;
}
.AnyTagClassName
{
color: #DAE770;
}
</style>
background-color css
<style>
a { background-color: #DAE770; }
a { background-color: rgb(218,231,112); }
div.DivClassName
{
background-color: #DAE770;
}
.BgClassName
{
background-color: #DAE770;
}
</style>
border-color css
<style>
span { border-color: #DAE770; }
span { border-color: rgb(218,231,112); }
td.TdClassName
{
border-color: #DAE770;
}
.TagClassName
{
border-color: #DAE770;
}
</style>