Shades of Mindaro #DAF562
Tints of Mindaro #DAF562
RGB
CMYK
RGB Variations
Color information
#DAF562 (or 0xDAF562) is known color: Mindaro. HEX triplet: DA, F5 and 62. RGB value is (218,245,98). Sum of RGB (Red+Green+Blue) = 218+245+98=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF562 is #250A9D. Grayscale: #DCDCDC. Windows color (decimal): -2427550 or 6485466. OLE color: 6485466.
HSL color Cylindrical-coordinate representation of color #DAF562: hue angle of 71.02º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF562 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 98 | - |
| CMYK | 0.11 | 0 | 0.6 | 0.04 |
| HSL | 71.02º | 0.88% | 0.67% | - |
| HSV(B) | 71.02º | 0.6% | 0.96% | - |
| XYZ | 63.77 | 81.09 | 23.85 | - |
| YUV | 220.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 98 | 0.11 | 0 | 0.6 | 0.04 | 71.02 | 0.88 | 0.67 |
| Hex | DA | F5 | 62 | B | 0 | 3C | 4 | 47 | 58 | 43 |
| Octal | 332 | 365 | 142 | 13 | 0 | 74 | 4 | 107 | 130 | 103 |
| Binary | 11011010 | 11110101 | 1100010 | 1011 | 0 | 111100 | 100 | 1000111 | 1011000 | 1000011 |
Color Harmonies of #DAF562
Complementary color
Monochromatic Colors of #DAF562
Black with #DAF562
Text Example
Text Example
White with #DAF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF562; }
p { color: rgb(218,245,98); }
H1.HeaderClassName
{
color: #DAF562;
}
.AnyTagClassName
{
color: #DAF562;
}
</style>
background-color css
<style>
a { background-color: #DAF562; }
a { background-color: rgb(218,245,98); }
div.DivClassName
{
background-color: #DAF562;
}
.BgClassName
{
background-color: #DAF562;
}
</style>
border-color css
<style>
span { border-color: #DAF562; }
span { border-color: rgb(218,245,98); }
td.TdClassName
{
border-color: #DAF562;
}
.TagClassName
{
border-color: #DAF562;
}
</style>