Shades of Mindaro #DAF86C
Tints of Mindaro #DAF86C
RGB
CMYK
RGB Variations
Color information
#DAF86C (or 0xDAF86C) is known color: Mindaro. HEX triplet: DA, F8 and 6C. RGB value is (218,248,108). Sum of RGB (Red+Green+Blue) = 218+248+108=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF86C is #250793. Grayscale: #DFDFDF. Windows color (decimal): -2426772 or 7141594. OLE color: 7141594.
HSL color Cylindrical-coordinate representation of color #DAF86C: hue angle of 72.86º 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 #DAF86C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 108 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.03 |
| HSL | 72.86º | 0.91% | 0.7% | - |
| HSV(B) | 72.86º | 0.56% | 0.97% | - |
| XYZ | 65.19 | 83.12 | 26.8 | - |
| YUV | 223.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 108 | 0.12 | 0 | 0.56 | 0.03 | 72.86 | 0.91 | 0.7 |
| Hex | DA | F8 | 6C | C | 0 | 38 | 3 | 49 | 5B | 46 |
| Octal | 332 | 370 | 154 | 14 | 0 | 70 | 3 | 111 | 133 | 106 |
| Binary | 11011010 | 11111000 | 1101100 | 1100 | 0 | 111000 | 11 | 1001001 | 1011011 | 1000110 |
Color Harmonies of #DAF86C
Complementary color
Monochromatic Colors of #DAF86C
Black with #DAF86C
Text Example
Text Example
White with #DAF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF86C; }
p { color: rgb(218,248,108); }
H1.HeaderClassName
{
color: #DAF86C;
}
.AnyTagClassName
{
color: #DAF86C;
}
</style>
background-color css
<style>
a { background-color: #DAF86C; }
a { background-color: rgb(218,248,108); }
div.DivClassName
{
background-color: #DAF86C;
}
.BgClassName
{
background-color: #DAF86C;
}
</style>
border-color css
<style>
span { border-color: #DAF86C; }
span { border-color: rgb(218,248,108); }
td.TdClassName
{
border-color: #DAF86C;
}
.TagClassName
{
border-color: #DAF86C;
}
</style>