Shades of Mindaro #DAF671
Tints of Mindaro #DAF671
RGB
CMYK
RGB Variations
Color information
#DAF671 (or 0xDAF671) is known color: Mindaro. HEX triplet: DA, F6 and 71. RGB value is (218,246,113). Sum of RGB (Red+Green+Blue) = 218+246+113=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF671 is #25098E. Grayscale: #DEDEDE. Windows color (decimal): -2427279 or 7468762. OLE color: 7468762.
HSL color Cylindrical-coordinate representation of color #DAF671: hue angle of 72.63º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF671 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 113 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.04 |
| HSL | 72.63º | 0.88% | 0.7% | - |
| HSV(B) | 72.63º | 0.54% | 0.96% | - |
| XYZ | 64.85 | 82.01 | 28.03 | - |
| YUV | 222.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 113 | 0.11 | 0 | 0.54 | 0.04 | 72.63 | 0.88 | 0.7 |
| Hex | DA | F6 | 71 | B | 0 | 36 | 4 | 49 | 58 | 46 |
| Octal | 332 | 366 | 161 | 13 | 0 | 66 | 4 | 111 | 130 | 106 |
| Binary | 11011010 | 11110110 | 1110001 | 1011 | 0 | 110110 | 100 | 1001001 | 1011000 | 1000110 |
Color Harmonies of #DAF671
Complementary color
Monochromatic Colors of #DAF671
Black with #DAF671
Text Example
Text Example
White with #DAF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF671; }
p { color: rgb(218,246,113); }
H1.HeaderClassName
{
color: #DAF671;
}
.AnyTagClassName
{
color: #DAF671;
}
</style>
background-color css
<style>
a { background-color: #DAF671; }
a { background-color: rgb(218,246,113); }
div.DivClassName
{
background-color: #DAF671;
}
.BgClassName
{
background-color: #DAF671;
}
</style>
border-color css
<style>
span { border-color: #DAF671; }
span { border-color: rgb(218,246,113); }
td.TdClassName
{
border-color: #DAF671;
}
.TagClassName
{
border-color: #DAF671;
}
</style>