Shades of Mindaro #DAE560
Tints of Mindaro #DAE560
RGB
CMYK
RGB Variations
Color information
#DAE560 (or 0xDAE560) is known color: Mindaro. HEX triplet: DA, E5 and 60. RGB value is (218,229,96). Sum of RGB (Red+Green+Blue) = 218+229+96=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE560 is #251A9F. Grayscale: #D3D3D3. Windows color (decimal): -2431648 or 6350298. OLE color: 6350298.
HSL color Cylindrical-coordinate representation of color #DAE560: hue angle of 64.96º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE560 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 96 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.10 |
| HSL | 64.96º | 0.72% | 0.64% | - |
| HSV(B) | 64.96º | 0.58% | 0.9% | - |
| XYZ | 59.04 | 71.79 | 21.81 | - |
| YUV | 210.55 | 63.36 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 96 | 0.05 | 0 | 0.58 | 0.10 | 64.96 | 0.72 | 0.64 |
| Hex | DA | E5 | 60 | 5 | 0 | 3A | A | 41 | 48 | 40 |
| Octal | 332 | 345 | 140 | 5 | 0 | 72 | 12 | 101 | 110 | 100 |
| Binary | 11011010 | 11100101 | 1100000 | 101 | 0 | 111010 | 1010 | 1000001 | 1001000 | 1000000 |
Color Harmonies of #DAE560
Complementary color
Monochromatic Colors of #DAE560
Black with #DAE560
Text Example
Text Example
White with #DAE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE560; }
p { color: rgb(218,229,96); }
H1.HeaderClassName
{
color: #DAE560;
}
.AnyTagClassName
{
color: #DAE560;
}
</style>
background-color css
<style>
a { background-color: #DAE560; }
a { background-color: rgb(218,229,96); }
div.DivClassName
{
background-color: #DAE560;
}
.BgClassName
{
background-color: #DAE560;
}
</style>
border-color css
<style>
span { border-color: #DAE560; }
span { border-color: rgb(218,229,96); }
td.TdClassName
{
border-color: #DAE560;
}
.TagClassName
{
border-color: #DAE560;
}
</style>