Shades of Mindaro #DAEA5B
Tints of Mindaro #DAEA5B
RGB
CMYK
RGB Variations
Color information
#DAEA5B (or 0xDAEA5B) is known color: Mindaro. HEX triplet: DA, EA and 5B. RGB value is (218,234,91). Sum of RGB (Red+Green+Blue) = 218+234+91=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA5B is #2515A4. Grayscale: #D5D5D5. Windows color (decimal): -2430373 or 6023898. OLE color: 6023898.
HSL color Cylindrical-coordinate representation of color #DAEA5B: hue angle of 66.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAEA5B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 91 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.08 |
| HSL | 66.71º | 0.77% | 0.64% | - |
| HSV(B) | 66.71º | 0.61% | 0.92% | - |
| XYZ | 60.22 | 74.51 | 21.1 | - |
| YUV | 212.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 91 | 0.07 | 0 | 0.61 | 0.08 | 66.71 | 0.77 | 0.64 |
| Hex | DA | EA | 5B | 7 | 0 | 3D | 8 | 43 | 4D | 40 |
| Octal | 332 | 352 | 133 | 7 | 0 | 75 | 10 | 103 | 115 | 100 |
| Binary | 11011010 | 11101010 | 1011011 | 111 | 0 | 111101 | 1000 | 1000011 | 1001101 | 1000000 |
Color Harmonies of #DAEA5B
Complementary color
Monochromatic Colors of #DAEA5B
Black with #DAEA5B
Text Example
Text Example
White with #DAEA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA5B; }
p { color: rgb(218,234,91); }
H1.HeaderClassName
{
color: #DAEA5B;
}
.AnyTagClassName
{
color: #DAEA5B;
}
</style>
background-color css
<style>
a { background-color: #DAEA5B; }
a { background-color: rgb(218,234,91); }
div.DivClassName
{
background-color: #DAEA5B;
}
.BgClassName
{
background-color: #DAEA5B;
}
</style>
border-color css
<style>
span { border-color: #DAEA5B; }
span { border-color: rgb(218,234,91); }
td.TdClassName
{
border-color: #DAEA5B;
}
.TagClassName
{
border-color: #DAEA5B;
}
</style>