Shades of Mindaro #DAF574
Tints of Mindaro #DAF574
RGB
CMYK
RGB Variations
Color information
#DAF574 (or 0xDAF574) is known color: Mindaro. HEX triplet: DA, F5 and 74. RGB value is (218,245,116). Sum of RGB (Red+Green+Blue) = 218+245+116=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF574 is #250A8B. Grayscale: #DEDEDE. Windows color (decimal): -2427532 or 7665114. OLE color: 7665114.
HSL color Cylindrical-coordinate representation of color #DAF574: hue angle of 72.56º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF574 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 116 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.04 |
| HSL | 72.56º | 0.87% | 0.71% | - |
| HSV(B) | 72.56º | 0.53% | 0.96% | - |
| XYZ | 64.72 | 81.47 | 28.84 | - |
| YUV | 222.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 116 | 0.11 | 0 | 0.53 | 0.04 | 72.56 | 0.87 | 0.71 |
| Hex | DA | F5 | 74 | B | 0 | 35 | 4 | 49 | 57 | 47 |
| Octal | 332 | 365 | 164 | 13 | 0 | 65 | 4 | 111 | 127 | 107 |
| Binary | 11011010 | 11110101 | 1110100 | 1011 | 0 | 110101 | 100 | 1001001 | 1010111 | 1000111 |
Color Harmonies of #DAF574
Complementary color
Monochromatic Colors of #DAF574
Black with #DAF574
Text Example
Text Example
White with #DAF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF574; }
p { color: rgb(218,245,116); }
H1.HeaderClassName
{
color: #DAF574;
}
.AnyTagClassName
{
color: #DAF574;
}
</style>
background-color css
<style>
a { background-color: #DAF574; }
a { background-color: rgb(218,245,116); }
div.DivClassName
{
background-color: #DAF574;
}
.BgClassName
{
background-color: #DAF574;
}
</style>
border-color css
<style>
span { border-color: #DAF574; }
span { border-color: rgb(218,245,116); }
td.TdClassName
{
border-color: #DAF574;
}
.TagClassName
{
border-color: #DAF574;
}
</style>