Shades of Mindaro #DAF474
Tints of Mindaro #DAF474
RGB
CMYK
RGB Variations
Color information
#DAF474 (or 0xDAF474) is known color: Mindaro. HEX triplet: DA, F4 and 74. RGB value is (218,244,116). Sum of RGB (Red+Green+Blue) = 218+244+116=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF474 is #250B8B. Grayscale: #DEDEDE. Windows color (decimal): -2427788 or 7664858. OLE color: 7664858.
HSL color Cylindrical-coordinate representation of color #DAF474: hue angle of 72.19º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF474 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 116 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 72.19º | 0.85% | 0.71% | - |
| HSV(B) | 72.19º | 0.52% | 0.96% | - |
| XYZ | 64.42 | 80.87 | 28.74 | - |
| YUV | 221.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 116 | 0.11 | 0 | 0.52 | 0.04 | 72.19 | 0.85 | 0.71 |
| Hex | DA | F4 | 74 | B | 0 | 34 | 4 | 48 | 55 | 47 |
| Octal | 332 | 364 | 164 | 13 | 0 | 64 | 4 | 110 | 125 | 107 |
| Binary | 11011010 | 11110100 | 1110100 | 1011 | 0 | 110100 | 100 | 1001000 | 1010101 | 1000111 |
Color Harmonies of #DAF474
Complementary color
Monochromatic Colors of #DAF474
Black with #DAF474
Text Example
Text Example
White with #DAF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF474; }
p { color: rgb(218,244,116); }
H1.HeaderClassName
{
color: #DAF474;
}
.AnyTagClassName
{
color: #DAF474;
}
</style>
background-color css
<style>
a { background-color: #DAF474; }
a { background-color: rgb(218,244,116); }
div.DivClassName
{
background-color: #DAF474;
}
.BgClassName
{
background-color: #DAF474;
}
</style>
border-color css
<style>
span { border-color: #DAF474; }
span { border-color: rgb(218,244,116); }
td.TdClassName
{
border-color: #DAF474;
}
.TagClassName
{
border-color: #DAF474;
}
</style>