Shades of Mindaro #DAFA6A
Tints of Mindaro #DAFA6A
RGB
CMYK
RGB Variations
Color information
#DAFA6A (or 0xDAFA6A) is known color: Mindaro. HEX triplet: DA, FA and 6A. RGB value is (218,250,106). Sum of RGB (Red+Green+Blue) = 218+250+106=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 106 (41.80% from 255 or 18.47% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA6A is #250595. Grayscale: #E0E0E0. Windows color (decimal): -2426262 or 7011034. OLE color: 7011034.
HSL color Cylindrical-coordinate representation of color #DAFA6A: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAFA6A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 106 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.02 |
| HSL | 73.33º | 0.94% | 0.7% | - |
| HSV(B) | 73.33º | 0.58% | 0.98% | - |
| XYZ | 65.7 | 84.32 | 26.45 | - |
| YUV | 224.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 106 | 0.13 | 0 | 0.58 | 0.02 | 73.33 | 0.94 | 0.7 |
| Hex | DA | FA | 6A | D | 0 | 3A | 2 | 49 | 5E | 46 |
| Octal | 332 | 372 | 152 | 15 | 0 | 72 | 2 | 111 | 136 | 106 |
| Binary | 11011010 | 11111010 | 1101010 | 1101 | 0 | 111010 | 10 | 1001001 | 1011110 | 1000110 |
Color Harmonies of #DAFA6A
Complementary color
Monochromatic Colors of #DAFA6A
Black with #DAFA6A
Text Example
Text Example
White with #DAFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA6A; }
p { color: rgb(218,250,106); }
H1.HeaderClassName
{
color: #DAFA6A;
}
.AnyTagClassName
{
color: #DAFA6A;
}
</style>
background-color css
<style>
a { background-color: #DAFA6A; }
a { background-color: rgb(218,250,106); }
div.DivClassName
{
background-color: #DAFA6A;
}
.BgClassName
{
background-color: #DAFA6A;
}
</style>
border-color css
<style>
span { border-color: #DAFA6A; }
span { border-color: rgb(218,250,106); }
td.TdClassName
{
border-color: #DAFA6A;
}
.TagClassName
{
border-color: #DAFA6A;
}
</style>