Shades of Mindaro #DAEA70
Tints of Mindaro #DAEA70
RGB
CMYK
RGB Variations
Color information
#DAEA70 (or 0xDAEA70) is known color: Mindaro. HEX triplet: DA, EA and 70. RGB value is (218,234,112). Sum of RGB (Red+Green+Blue) = 218+234+112=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA70 is #25158F. Grayscale: #D7D7D7. Windows color (decimal): -2430352 or 7400154. OLE color: 7400154.
HSL color Cylindrical-coordinate representation of color #DAEA70: hue angle of 67.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAEA70 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 112 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.08 |
| HSL | 67.87º | 0.74% | 0.68% | - |
| HSV(B) | 67.87º | 0.52% | 0.92% | - |
| XYZ | 61.26 | 74.92 | 26.56 | - |
| YUV | 215.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 112 | 0.07 | 0 | 0.52 | 0.08 | 67.87 | 0.74 | 0.68 |
| Hex | DA | EA | 70 | 7 | 0 | 34 | 8 | 44 | 4A | 44 |
| Octal | 332 | 352 | 160 | 7 | 0 | 64 | 10 | 104 | 112 | 104 |
| Binary | 11011010 | 11101010 | 1110000 | 111 | 0 | 110100 | 1000 | 1000100 | 1001010 | 1000100 |
Color Harmonies of #DAEA70
Complementary color
Monochromatic Colors of #DAEA70
Black with #DAEA70
Text Example
Text Example
White with #DAEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA70; }
p { color: rgb(218,234,112); }
H1.HeaderClassName
{
color: #DAEA70;
}
.AnyTagClassName
{
color: #DAEA70;
}
</style>
background-color css
<style>
a { background-color: #DAEA70; }
a { background-color: rgb(218,234,112); }
div.DivClassName
{
background-color: #DAEA70;
}
.BgClassName
{
background-color: #DAEA70;
}
</style>
border-color css
<style>
span { border-color: #DAEA70; }
span { border-color: rgb(218,234,112); }
td.TdClassName
{
border-color: #DAEA70;
}
.TagClassName
{
border-color: #DAEA70;
}
</style>