Shades of Mindaro #DAEA80
Tints of Mindaro #DAEA80
RGB
CMYK
RGB Variations
Color information
#DAEA80 (or 0xDAEA80) is known color: Mindaro. HEX triplet: DA, EA and 80. RGB value is (218,234,128). Sum of RGB (Red+Green+Blue) = 218+234+128=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA80 is #25157F. Grayscale: #D9D9D9. Windows color (decimal): -2430336 or 8448730. OLE color: 8448730.
HSL color Cylindrical-coordinate representation of color #DAEA80: hue angle of 69.06º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAEA80 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 128 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.08 |
| HSL | 69.06º | 0.72% | 0.71% | - |
| HSV(B) | 69.06º | 0.45% | 0.92% | - |
| XYZ | 62.23 | 75.31 | 31.68 | - |
| YUV | 217.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 128 | 0.07 | 0 | 0.45 | 0.08 | 69.06 | 0.72 | 0.71 |
| Hex | DA | EA | 80 | 7 | 0 | 2D | 8 | 45 | 48 | 47 |
| Octal | 332 | 352 | 200 | 7 | 0 | 55 | 10 | 105 | 110 | 107 |
| Binary | 11011010 | 11101010 | 10000000 | 111 | 0 | 101101 | 1000 | 1000101 | 1001000 | 1000111 |
Color Harmonies of #DAEA80
Complementary color
Monochromatic Colors of #DAEA80
Black with #DAEA80
Text Example
Text Example
White with #DAEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA80; }
p { color: rgb(218,234,128); }
H1.HeaderClassName
{
color: #DAEA80;
}
.AnyTagClassName
{
color: #DAEA80;
}
</style>
background-color css
<style>
a { background-color: #DAEA80; }
a { background-color: rgb(218,234,128); }
div.DivClassName
{
background-color: #DAEA80;
}
.BgClassName
{
background-color: #DAEA80;
}
</style>
border-color css
<style>
span { border-color: #DAEA80; }
span { border-color: rgb(218,234,128); }
td.TdClassName
{
border-color: #DAEA80;
}
.TagClassName
{
border-color: #DAEA80;
}
</style>