Shades of Mindaro #DAEA88
Tints of Mindaro #DAEA88
RGB
CMYK
RGB Variations
Color information
#DAEA88 (or 0xDAEA88) is known color: Mindaro. HEX triplet: DA, EA and 88. RGB value is (218,234,136). Sum of RGB (Red+Green+Blue) = 218+234+136=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA88 is #251577. Grayscale: #DADADA. Windows color (decimal): -2430328 or 8973018. OLE color: 8973018.
HSL color Cylindrical-coordinate representation of color #DAEA88: hue angle of 69.8º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAEA88 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 136 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.08 |
| HSL | 69.8º | 0.7% | 0.73% | - |
| HSV(B) | 69.8º | 0.42% | 0.92% | - |
| XYZ | 62.78 | 75.53 | 34.56 | - |
| YUV | 218.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 136 | 0.07 | 0 | 0.42 | 0.08 | 69.8 | 0.7 | 0.73 |
| Hex | DA | EA | 88 | 7 | 0 | 2A | 8 | 46 | 46 | 49 |
| Octal | 332 | 352 | 210 | 7 | 0 | 52 | 10 | 106 | 106 | 111 |
| Binary | 11011010 | 11101010 | 10001000 | 111 | 0 | 101010 | 1000 | 1000110 | 1000110 | 1001001 |
Color Harmonies of #DAEA88
Complementary color
Monochromatic Colors of #DAEA88
Black with #DAEA88
Text Example
Text Example
White with #DAEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA88; }
p { color: rgb(218,234,136); }
H1.HeaderClassName
{
color: #DAEA88;
}
.AnyTagClassName
{
color: #DAEA88;
}
</style>
background-color css
<style>
a { background-color: #DAEA88; }
a { background-color: rgb(218,234,136); }
div.DivClassName
{
background-color: #DAEA88;
}
.BgClassName
{
background-color: #DAEA88;
}
</style>
border-color css
<style>
span { border-color: #DAEA88; }
span { border-color: rgb(218,234,136); }
td.TdClassName
{
border-color: #DAEA88;
}
.TagClassName
{
border-color: #DAEA88;
}
</style>