Shades of Mindaro #DAFA6C
Tints of Mindaro #DAFA6C
RGB
CMYK
RGB Variations
Color information
#DAFA6C (or 0xDAFA6C) is known color: Mindaro. HEX triplet: DA, FA and 6C. RGB value is (218,250,108). Sum of RGB (Red+Green+Blue) = 218+250+108=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA6C is #250593. Grayscale: #E0E0E0. Windows color (decimal): -2426260 or 7142106. OLE color: 7142106.
HSL color Cylindrical-coordinate representation of color #DAFA6C: hue angle of 73.52º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAFA6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 108 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.02 |
| HSL | 73.52º | 0.93% | 0.7% | - |
| HSV(B) | 73.52º | 0.57% | 0.98% | - |
| XYZ | 65.81 | 84.36 | 27 | - |
| YUV | 224.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 108 | 0.13 | 0 | 0.57 | 0.02 | 73.52 | 0.93 | 0.7 |
| Hex | DA | FA | 6C | D | 0 | 39 | 2 | 4A | 5D | 46 |
| Octal | 332 | 372 | 154 | 15 | 0 | 71 | 2 | 112 | 135 | 106 |
| Binary | 11011010 | 11111010 | 1101100 | 1101 | 0 | 111001 | 10 | 1001010 | 1011101 | 1000110 |
Color Harmonies of #DAFA6C
Complementary color
Monochromatic Colors of #DAFA6C
Black with #DAFA6C
Text Example
Text Example
White with #DAFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA6C; }
p { color: rgb(218,250,108); }
H1.HeaderClassName
{
color: #DAFA6C;
}
.AnyTagClassName
{
color: #DAFA6C;
}
</style>
background-color css
<style>
a { background-color: #DAFA6C; }
a { background-color: rgb(218,250,108); }
div.DivClassName
{
background-color: #DAFA6C;
}
.BgClassName
{
background-color: #DAFA6C;
}
</style>
border-color css
<style>
span { border-color: #DAFA6C; }
span { border-color: rgb(218,250,108); }
td.TdClassName
{
border-color: #DAFA6C;
}
.TagClassName
{
border-color: #DAFA6C;
}
</style>