Shades of Mindaro #DAFC7A
Tints of Mindaro #DAFC7A
RGB
CMYK
RGB Variations
Color information
#DAFC7A (or 0xDAFC7A) is known color: Mindaro. HEX triplet: DA, FC and 7A. RGB value is (218,252,122). Sum of RGB (Red+Green+Blue) = 218+252+122=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7A is #250385. Grayscale: #E3E3E3. Windows color (decimal): -2425734 or 8060122. OLE color: 8060122.
HSL color Cylindrical-coordinate representation of color #DAFC7A: hue angle of 75.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAFC7A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 122 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.01 |
| HSL | 75.69º | 0.96% | 0.73% | - |
| HSV(B) | 75.69º | 0.52% | 0.99% | - |
| XYZ | 67.24 | 85.93 | 31.46 | - |
| YUV | 227.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 122 | 0.13 | 0 | 0.52 | 0.01 | 75.69 | 0.96 | 0.73 |
| Hex | DA | FC | 7A | D | 0 | 34 | 1 | 4C | 60 | 49 |
| Octal | 332 | 374 | 172 | 15 | 0 | 64 | 1 | 114 | 140 | 111 |
| Binary | 11011010 | 11111100 | 1111010 | 1101 | 0 | 110100 | 1 | 1001100 | 1100000 | 1001001 |
Color Harmonies of #DAFC7A
Complementary color
Monochromatic Colors of #DAFC7A
Black with #DAFC7A
Text Example
Text Example
White with #DAFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC7A; }
p { color: rgb(218,252,122); }
H1.HeaderClassName
{
color: #DAFC7A;
}
.AnyTagClassName
{
color: #DAFC7A;
}
</style>
background-color css
<style>
a { background-color: #DAFC7A; }
a { background-color: rgb(218,252,122); }
div.DivClassName
{
background-color: #DAFC7A;
}
.BgClassName
{
background-color: #DAFC7A;
}
</style>
border-color css
<style>
span { border-color: #DAFC7A; }
span { border-color: rgb(218,252,122); }
td.TdClassName
{
border-color: #DAFC7A;
}
.TagClassName
{
border-color: #DAFC7A;
}
</style>