Shades of Mindaro #DAF06E
Tints of Mindaro #DAF06E
RGB
CMYK
RGB Variations
Color information
#DAF06E (or 0xDAF06E) is known color: Mindaro. HEX triplet: DA, F0 and 6E. RGB value is (218,240,110). Sum of RGB (Red+Green+Blue) = 218+240+110=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF06E is #250F91. Grayscale: #DBDBDB. Windows color (decimal): -2428818 or 7270618. OLE color: 7270618.
HSL color Cylindrical-coordinate representation of color #DAF06E: hue angle of 70.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF06E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 110 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.06 |
| HSL | 70.15º | 0.81% | 0.69% | - |
| HSV(B) | 70.15º | 0.54% | 0.94% | - |
| XYZ | 62.89 | 78.35 | 26.56 | - |
| YUV | 218.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 110 | 0.09 | 0 | 0.54 | 0.06 | 70.15 | 0.81 | 0.69 |
| Hex | DA | F0 | 6E | 9 | 0 | 36 | 6 | 46 | 51 | 45 |
| Octal | 332 | 360 | 156 | 11 | 0 | 66 | 6 | 106 | 121 | 105 |
| Binary | 11011010 | 11110000 | 1101110 | 1001 | 0 | 110110 | 110 | 1000110 | 1010001 | 1000101 |
Color Harmonies of #DAF06E
Complementary color
Monochromatic Colors of #DAF06E
Black with #DAF06E
Text Example
Text Example
White with #DAF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF06E; }
p { color: rgb(218,240,110); }
H1.HeaderClassName
{
color: #DAF06E;
}
.AnyTagClassName
{
color: #DAF06E;
}
</style>
background-color css
<style>
a { background-color: #DAF06E; }
a { background-color: rgb(218,240,110); }
div.DivClassName
{
background-color: #DAF06E;
}
.BgClassName
{
background-color: #DAF06E;
}
</style>
border-color css
<style>
span { border-color: #DAF06E; }
span { border-color: rgb(218,240,110); }
td.TdClassName
{
border-color: #DAF06E;
}
.TagClassName
{
border-color: #DAF06E;
}
</style>