Shades of Mindaro #DAFA6F
Tints of Mindaro #DAFA6F
RGB
CMYK
RGB Variations
Color information
#DAFA6F (or 0xDAFA6F) is known color: Mindaro. HEX triplet: DA, FA and 6F. RGB value is (218,250,111). Sum of RGB (Red+Green+Blue) = 218+250+111=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA6F is #250590. Grayscale: #E1E1E1. Windows color (decimal): -2426257 or 7338714. OLE color: 7338714.
HSL color Cylindrical-coordinate representation of color #DAFA6F: hue angle of 73.81º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAFA6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 111 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 73.81º | 0.93% | 0.71% | - |
| HSV(B) | 73.81º | 0.56% | 0.98% | - |
| XYZ | 65.97 | 84.42 | 27.86 | - |
| YUV | 224.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 111 | 0.13 | 0 | 0.56 | 0.02 | 73.81 | 0.93 | 0.71 |
| Hex | DA | FA | 6F | D | 0 | 38 | 2 | 4A | 5D | 47 |
| Octal | 332 | 372 | 157 | 15 | 0 | 70 | 2 | 112 | 135 | 107 |
| Binary | 11011010 | 11111010 | 1101111 | 1101 | 0 | 111000 | 10 | 1001010 | 1011101 | 1000111 |
Color Harmonies of #DAFA6F
Complementary color
Monochromatic Colors of #DAFA6F
Black with #DAFA6F
Text Example
Text Example
White with #DAFA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA6F; }
p { color: rgb(218,250,111); }
H1.HeaderClassName
{
color: #DAFA6F;
}
.AnyTagClassName
{
color: #DAFA6F;
}
</style>
background-color css
<style>
a { background-color: #DAFA6F; }
a { background-color: rgb(218,250,111); }
div.DivClassName
{
background-color: #DAFA6F;
}
.BgClassName
{
background-color: #DAFA6F;
}
</style>
border-color css
<style>
span { border-color: #DAFA6F; }
span { border-color: rgb(218,250,111); }
td.TdClassName
{
border-color: #DAFA6F;
}
.TagClassName
{
border-color: #DAFA6F;
}
</style>