Shades of Mindaro #DAFA6E
Tints of Mindaro #DAFA6E
RGB
CMYK
RGB Variations
Color information
#DAFA6E (or 0xDAFA6E) is known color: Mindaro. HEX triplet: DA, FA and 6E. RGB value is (218,250,110). Sum of RGB (Red+Green+Blue) = 218+250+110=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA6E is #250591. Grayscale: #E0E0E0. Windows color (decimal): -2426258 or 7273178. OLE color: 7273178.
HSL color Cylindrical-coordinate representation of color #DAFA6E: hue angle of 73.71º 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 #DAFA6E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 110 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 73.71º | 0.93% | 0.71% | - |
| HSV(B) | 73.71º | 0.56% | 0.98% | - |
| XYZ | 65.91 | 84.4 | 27.57 | - |
| YUV | 224.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 110 | 0.13 | 0 | 0.56 | 0.02 | 73.71 | 0.93 | 0.71 |
| Hex | DA | FA | 6E | D | 0 | 38 | 2 | 4A | 5D | 47 |
| Octal | 332 | 372 | 156 | 15 | 0 | 70 | 2 | 112 | 135 | 107 |
| Binary | 11011010 | 11111010 | 1101110 | 1101 | 0 | 111000 | 10 | 1001010 | 1011101 | 1000111 |
Color Harmonies of #DAFA6E
Complementary color
Monochromatic Colors of #DAFA6E
Black with #DAFA6E
Text Example
Text Example
White with #DAFA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA6E; }
p { color: rgb(218,250,110); }
H1.HeaderClassName
{
color: #DAFA6E;
}
.AnyTagClassName
{
color: #DAFA6E;
}
</style>
background-color css
<style>
a { background-color: #DAFA6E; }
a { background-color: rgb(218,250,110); }
div.DivClassName
{
background-color: #DAFA6E;
}
.BgClassName
{
background-color: #DAFA6E;
}
</style>
border-color css
<style>
span { border-color: #DAFA6E; }
span { border-color: rgb(218,250,110); }
td.TdClassName
{
border-color: #DAFA6E;
}
.TagClassName
{
border-color: #DAFA6E;
}
</style>