Shades of Mindaro #DAF564
Tints of Mindaro #DAF564
RGB
CMYK
RGB Variations
Color information
#DAF564 (or 0xDAF564) is known color: Mindaro. HEX triplet: DA, F5 and 64. RGB value is (218,245,100). Sum of RGB (Red+Green+Blue) = 218+245+100=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF564 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF564 is #250A9B. Grayscale: #DCDCDC. Windows color (decimal): -2427548 or 6616538. OLE color: 6616538.
HSL color Cylindrical-coordinate representation of color #DAF564: hue angle of 71.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF564 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 100 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.04 |
| HSL | 71.17º | 0.88% | 0.68% | - |
| HSV(B) | 71.17º | 0.59% | 0.96% | - |
| XYZ | 63.87 | 81.13 | 24.35 | - |
| YUV | 220.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 100 | 0.11 | 0 | 0.59 | 0.04 | 71.17 | 0.88 | 0.68 |
| Hex | DA | F5 | 64 | B | 0 | 3B | 4 | 47 | 58 | 44 |
| Octal | 332 | 365 | 144 | 13 | 0 | 73 | 4 | 107 | 130 | 104 |
| Binary | 11011010 | 11110101 | 1100100 | 1011 | 0 | 111011 | 100 | 1000111 | 1011000 | 1000100 |
Color Harmonies of #DAF564
Complementary color
Monochromatic Colors of #DAF564
Black with #DAF564
Text Example
Text Example
White with #DAF564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF564; }
p { color: rgb(218,245,100); }
H1.HeaderClassName
{
color: #DAF564;
}
.AnyTagClassName
{
color: #DAF564;
}
</style>
background-color css
<style>
a { background-color: #DAF564; }
a { background-color: rgb(218,245,100); }
div.DivClassName
{
background-color: #DAF564;
}
.BgClassName
{
background-color: #DAF564;
}
</style>
border-color css
<style>
span { border-color: #DAF564; }
span { border-color: rgb(218,245,100); }
td.TdClassName
{
border-color: #DAF564;
}
.TagClassName
{
border-color: #DAF564;
}
</style>