Shades of Mindaro #DAF86D
Tints of Mindaro #DAF86D
RGB
CMYK
RGB Variations
Color information
#DAF86D (or 0xDAF86D) is known color: Mindaro. HEX triplet: DA, F8 and 6D. RGB value is (218,248,109). Sum of RGB (Red+Green+Blue) = 218+248+109=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF86D is #250792. Grayscale: #DFDFDF. Windows color (decimal): -2426771 or 7207130. OLE color: 7207130.
HSL color Cylindrical-coordinate representation of color #DAF86D: hue angle of 72.95º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAF86D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 109 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.03 |
| HSL | 72.95º | 0.91% | 0.7% | - |
| HSV(B) | 72.95º | 0.56% | 0.97% | - |
| XYZ | 65.24 | 83.14 | 27.08 | - |
| YUV | 223.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 109 | 0.12 | 0 | 0.56 | 0.03 | 72.95 | 0.91 | 0.7 |
| Hex | DA | F8 | 6D | C | 0 | 38 | 3 | 49 | 5B | 46 |
| Octal | 332 | 370 | 155 | 14 | 0 | 70 | 3 | 111 | 133 | 106 |
| Binary | 11011010 | 11111000 | 1101101 | 1100 | 0 | 111000 | 11 | 1001001 | 1011011 | 1000110 |
Color Harmonies of #DAF86D
Complementary color
Monochromatic Colors of #DAF86D
Black with #DAF86D
Text Example
Text Example
White with #DAF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF86D; }
p { color: rgb(218,248,109); }
H1.HeaderClassName
{
color: #DAF86D;
}
.AnyTagClassName
{
color: #DAF86D;
}
</style>
background-color css
<style>
a { background-color: #DAF86D; }
a { background-color: rgb(218,248,109); }
div.DivClassName
{
background-color: #DAF86D;
}
.BgClassName
{
background-color: #DAF86D;
}
</style>
border-color css
<style>
span { border-color: #DAF86D; }
span { border-color: rgb(218,248,109); }
td.TdClassName
{
border-color: #DAF86D;
}
.TagClassName
{
border-color: #DAF86D;
}
</style>