Shades of Mindaro #DAFC7D
Tints of Mindaro #DAFC7D
RGB
CMYK
RGB Variations
Color information
#DAFC7D (or 0xDAFC7D) is known color: Mindaro. HEX triplet: DA, FC and 7D. RGB value is (218,252,125). Sum of RGB (Red+Green+Blue) = 218+252+125=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7D is #250382. Grayscale: #E3E3E3. Windows color (decimal): -2425731 or 8256730. OLE color: 8256730.
HSL color Cylindrical-coordinate representation of color #DAFC7D: hue angle of 76.06º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFC7D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 125 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.01 |
| HSL | 76.06º | 0.95% | 0.74% | - |
| HSV(B) | 76.06º | 0.5% | 0.99% | - |
| XYZ | 67.43 | 86.01 | 32.45 | - |
| YUV | 227.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 125 | 0.13 | 0 | 0.50 | 0.01 | 76.06 | 0.95 | 0.74 |
| Hex | DA | FC | 7D | D | 0 | 32 | 1 | 4C | 5F | 4A |
| Octal | 332 | 374 | 175 | 15 | 0 | 62 | 1 | 114 | 137 | 112 |
| Binary | 11011010 | 11111100 | 1111101 | 1101 | 0 | 110010 | 1 | 1001100 | 1011111 | 1001010 |
Color Harmonies of #DAFC7D
Complementary color
Monochromatic Colors of #DAFC7D
Black with #DAFC7D
Text Example
Text Example
White with #DAFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC7D; }
p { color: rgb(218,252,125); }
H1.HeaderClassName
{
color: #DAFC7D;
}
.AnyTagClassName
{
color: #DAFC7D;
}
</style>
background-color css
<style>
a { background-color: #DAFC7D; }
a { background-color: rgb(218,252,125); }
div.DivClassName
{
background-color: #DAFC7D;
}
.BgClassName
{
background-color: #DAFC7D;
}
</style>
border-color css
<style>
span { border-color: #DAFC7D; }
span { border-color: rgb(218,252,125); }
td.TdClassName
{
border-color: #DAFC7D;
}
.TagClassName
{
border-color: #DAFC7D;
}
</style>