Shades of Mindaro #DAF56E
Tints of Mindaro #DAF56E
RGB
CMYK
RGB Variations
Color information
#DAF56E (or 0xDAF56E) is known color: Mindaro. HEX triplet: DA, F5 and 6E. RGB value is (218,245,110). Sum of RGB (Red+Green+Blue) = 218+245+110=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF56E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF56E is #250A91. Grayscale: #DEDEDE. Windows color (decimal): -2427538 or 7271898. OLE color: 7271898.
HSL color Cylindrical-coordinate representation of color #DAF56E: hue angle of 72º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF56E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 110 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.04 |
| HSL | 72º | 0.87% | 0.7% | - |
| HSV(B) | 72º | 0.55% | 0.96% | - |
| XYZ | 64.38 | 81.34 | 27.06 | - |
| YUV | 221.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 110 | 0.11 | 0 | 0.55 | 0.04 | 72 | 0.87 | 0.7 |
| Hex | DA | F5 | 6E | B | 0 | 37 | 4 | 48 | 57 | 46 |
| Octal | 332 | 365 | 156 | 13 | 0 | 67 | 4 | 110 | 127 | 106 |
| Binary | 11011010 | 11110101 | 1101110 | 1011 | 0 | 110111 | 100 | 1001000 | 1010111 | 1000110 |
Color Harmonies of #DAF56E
Complementary color
Monochromatic Colors of #DAF56E
Black with #DAF56E
Text Example
Text Example
White with #DAF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF56E; }
p { color: rgb(218,245,110); }
H1.HeaderClassName
{
color: #DAF56E;
}
.AnyTagClassName
{
color: #DAF56E;
}
</style>
background-color css
<style>
a { background-color: #DAF56E; }
a { background-color: rgb(218,245,110); }
div.DivClassName
{
background-color: #DAF56E;
}
.BgClassName
{
background-color: #DAF56E;
}
</style>
border-color css
<style>
span { border-color: #DAF56E; }
span { border-color: rgb(218,245,110); }
td.TdClassName
{
border-color: #DAF56E;
}
.TagClassName
{
border-color: #DAF56E;
}
</style>