Shades of Mindaro #DAFA7A
Tints of Mindaro #DAFA7A
RGB
CMYK
RGB Variations
Color information
#DAFA7A (or 0xDAFA7A) is known color: Mindaro. HEX triplet: DA, FA and 7A. RGB value is (218,250,122). Sum of RGB (Red+Green+Blue) = 218+250+122=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA7A is #250585. Grayscale: #E2E2E2. Windows color (decimal): -2426246 or 8059610. OLE color: 8059610.
HSL color Cylindrical-coordinate representation of color #DAFA7A: hue angle of 75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFA7A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 122 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.02 |
| HSL | 75º | 0.93% | 0.73% | - |
| HSV(B) | 75º | 0.51% | 0.98% | - |
| XYZ | 66.61 | 84.68 | 31.25 | - |
| YUV | 225.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 122 | 0.13 | 0 | 0.51 | 0.02 | 75 | 0.93 | 0.73 |
| Hex | DA | FA | 7A | D | 0 | 33 | 2 | 4B | 5D | 49 |
| Octal | 332 | 372 | 172 | 15 | 0 | 63 | 2 | 113 | 135 | 111 |
| Binary | 11011010 | 11111010 | 1111010 | 1101 | 0 | 110011 | 10 | 1001011 | 1011101 | 1001001 |
Color Harmonies of #DAFA7A
Complementary color
Monochromatic Colors of #DAFA7A
Black with #DAFA7A
Text Example
Text Example
White with #DAFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA7A; }
p { color: rgb(218,250,122); }
H1.HeaderClassName
{
color: #DAFA7A;
}
.AnyTagClassName
{
color: #DAFA7A;
}
</style>
background-color css
<style>
a { background-color: #DAFA7A; }
a { background-color: rgb(218,250,122); }
div.DivClassName
{
background-color: #DAFA7A;
}
.BgClassName
{
background-color: #DAFA7A;
}
</style>
border-color css
<style>
span { border-color: #DAFA7A; }
span { border-color: rgb(218,250,122); }
td.TdClassName
{
border-color: #DAFA7A;
}
.TagClassName
{
border-color: #DAFA7A;
}
</style>