Shades of Mindaro #DAF86F
Tints of Mindaro #DAF86F
RGB
CMYK
RGB Variations
Color information
#DAF86F (or 0xDAF86F) is known color: Mindaro. HEX triplet: DA, F8 and 6F. RGB value is (218,248,111). Sum of RGB (Red+Green+Blue) = 218+248+111=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF86F is #250790. Grayscale: #DFDFDF. Windows color (decimal): -2426769 or 7338202. OLE color: 7338202.
HSL color Cylindrical-coordinate representation of color #DAF86F: hue angle of 73.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF86F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 111 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.03 |
| HSL | 73.14º | 0.91% | 0.7% | - |
| HSV(B) | 73.14º | 0.55% | 0.97% | - |
| XYZ | 65.35 | 83.19 | 27.65 | - |
| YUV | 223.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 111 | 0.12 | 0 | 0.55 | 0.03 | 73.14 | 0.91 | 0.7 |
| Hex | DA | F8 | 6F | C | 0 | 37 | 3 | 49 | 5B | 46 |
| Octal | 332 | 370 | 157 | 14 | 0 | 67 | 3 | 111 | 133 | 106 |
| Binary | 11011010 | 11111000 | 1101111 | 1100 | 0 | 110111 | 11 | 1001001 | 1011011 | 1000110 |
Color Harmonies of #DAF86F
Complementary color
Monochromatic Colors of #DAF86F
Black with #DAF86F
Text Example
Text Example
White with #DAF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF86F; }
p { color: rgb(218,248,111); }
H1.HeaderClassName
{
color: #DAF86F;
}
.AnyTagClassName
{
color: #DAF86F;
}
</style>
background-color css
<style>
a { background-color: #DAF86F; }
a { background-color: rgb(218,248,111); }
div.DivClassName
{
background-color: #DAF86F;
}
.BgClassName
{
background-color: #DAF86F;
}
</style>
border-color css
<style>
span { border-color: #DAF86F; }
span { border-color: rgb(218,248,111); }
td.TdClassName
{
border-color: #DAF86F;
}
.TagClassName
{
border-color: #DAF86F;
}
</style>