Shades of Mindaro #DAEA7A
Tints of Mindaro #DAEA7A
RGB
CMYK
RGB Variations
Color information
#DAEA7A (or 0xDAEA7A) is known color: Mindaro. HEX triplet: DA, EA and 7A. RGB value is (218,234,122). Sum of RGB (Red+Green+Blue) = 218+234+122=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7A is #251585. Grayscale: #D8D8D8. Windows color (decimal): -2430342 or 8055514. OLE color: 8055514.
HSL color Cylindrical-coordinate representation of color #DAEA7A: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAEA7A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 122 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.08 |
| HSL | 68.57º | 0.73% | 0.7% | - |
| HSV(B) | 68.57º | 0.48% | 0.92% | - |
| XYZ | 61.85 | 75.16 | 29.66 | - |
| YUV | 216.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 122 | 0.07 | 0 | 0.48 | 0.08 | 68.57 | 0.73 | 0.7 |
| Hex | DA | EA | 7A | 7 | 0 | 30 | 8 | 45 | 49 | 46 |
| Octal | 332 | 352 | 172 | 7 | 0 | 60 | 10 | 105 | 111 | 106 |
| Binary | 11011010 | 11101010 | 1111010 | 111 | 0 | 110000 | 1000 | 1000101 | 1001001 | 1000110 |
Color Harmonies of #DAEA7A
Complementary color
Monochromatic Colors of #DAEA7A
Black with #DAEA7A
Text Example
Text Example
White with #DAEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA7A; }
p { color: rgb(218,234,122); }
H1.HeaderClassName
{
color: #DAEA7A;
}
.AnyTagClassName
{
color: #DAEA7A;
}
</style>
background-color css
<style>
a { background-color: #DAEA7A; }
a { background-color: rgb(218,234,122); }
div.DivClassName
{
background-color: #DAEA7A;
}
.BgClassName
{
background-color: #DAEA7A;
}
</style>
border-color css
<style>
span { border-color: #DAEA7A; }
span { border-color: rgb(218,234,122); }
td.TdClassName
{
border-color: #DAEA7A;
}
.TagClassName
{
border-color: #DAEA7A;
}
</style>