Shades of Mindaro #DAEA59
Tints of Mindaro #DAEA59
RGB
CMYK
RGB Variations
Color information
#DAEA59 (or 0xDAEA59) is known color: Mindaro. HEX triplet: DA, EA and 59. RGB value is (218,234,89). Sum of RGB (Red+Green+Blue) = 218+234+89=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA59 is #2515A6. Grayscale: #D5D5D5. Windows color (decimal): -2430375 or 5892826. OLE color: 5892826.
HSL color Cylindrical-coordinate representation of color #DAEA59: hue angle of 66.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAEA59 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 89 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.08 |
| HSL | 66.62º | 0.78% | 0.63% | - |
| HSV(B) | 66.62º | 0.62% | 0.92% | - |
| XYZ | 60.14 | 74.47 | 20.66 | - |
| YUV | 212.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 89 | 0.07 | 0 | 0.62 | 0.08 | 66.62 | 0.78 | 0.63 |
| Hex | DA | EA | 59 | 7 | 0 | 3E | 8 | 43 | 4E | 3F |
| Octal | 332 | 352 | 131 | 7 | 0 | 76 | 10 | 103 | 116 | 77 |
| Binary | 11011010 | 11101010 | 1011001 | 111 | 0 | 111110 | 1000 | 1000011 | 1001110 | 111111 |
Color Harmonies of #DAEA59
Complementary color
Monochromatic Colors of #DAEA59
Black with #DAEA59
Text Example
Text Example
White with #DAEA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA59; }
p { color: rgb(218,234,89); }
H1.HeaderClassName
{
color: #DAEA59;
}
.AnyTagClassName
{
color: #DAEA59;
}
</style>
background-color css
<style>
a { background-color: #DAEA59; }
a { background-color: rgb(218,234,89); }
div.DivClassName
{
background-color: #DAEA59;
}
.BgClassName
{
background-color: #DAEA59;
}
</style>
border-color css
<style>
span { border-color: #DAEA59; }
span { border-color: rgb(218,234,89); }
td.TdClassName
{
border-color: #DAEA59;
}
.TagClassName
{
border-color: #DAEA59;
}
</style>