Shades of Mindaro #DAE566
Tints of Mindaro #DAE566
RGB
CMYK
RGB Variations
Color information
#DAE566 (or 0xDAE566) is known color: Mindaro. HEX triplet: DA, E5 and 66. RGB value is (218,229,102). Sum of RGB (Red+Green+Blue) = 218+229+102=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE566 is #251A99. Grayscale: #D3D3D3. Windows color (decimal): -2431642 or 6743514. OLE color: 6743514.
HSL color Cylindrical-coordinate representation of color #DAE566: hue angle of 65.2º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE566 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 102 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.10 |
| HSL | 65.2º | 0.71% | 0.65% | - |
| HSV(B) | 65.2º | 0.55% | 0.9% | - |
| XYZ | 59.33 | 71.9 | 23.32 | - |
| YUV | 211.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 102 | 0.05 | 0 | 0.55 | 0.10 | 65.2 | 0.71 | 0.65 |
| Hex | DA | E5 | 66 | 5 | 0 | 37 | A | 41 | 47 | 41 |
| Octal | 332 | 345 | 146 | 5 | 0 | 67 | 12 | 101 | 107 | 101 |
| Binary | 11011010 | 11100101 | 1100110 | 101 | 0 | 110111 | 1010 | 1000001 | 1000111 | 1000001 |
Color Harmonies of #DAE566
Complementary color
Monochromatic Colors of #DAE566
Black with #DAE566
Text Example
Text Example
White with #DAE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE566; }
p { color: rgb(218,229,102); }
H1.HeaderClassName
{
color: #DAE566;
}
.AnyTagClassName
{
color: #DAE566;
}
</style>
background-color css
<style>
a { background-color: #DAE566; }
a { background-color: rgb(218,229,102); }
div.DivClassName
{
background-color: #DAE566;
}
.BgClassName
{
background-color: #DAE566;
}
</style>
border-color css
<style>
span { border-color: #DAE566; }
span { border-color: rgb(218,229,102); }
td.TdClassName
{
border-color: #DAE566;
}
.TagClassName
{
border-color: #DAE566;
}
</style>