Shades of Mindaro #DAF56D
Tints of Mindaro #DAF56D
RGB
CMYK
RGB Variations
Color information
#DAF56D (or 0xDAF56D) is known color: Mindaro. HEX triplet: DA, F5 and 6D. RGB value is (218,245,109). Sum of RGB (Red+Green+Blue) = 218+245+109=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF56D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF56D is #250A92. Grayscale: #DDDDDD. Windows color (decimal): -2427539 or 7206362. OLE color: 7206362.
HSL color Cylindrical-coordinate representation of color #DAF56D: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAF56D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 109 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.04 |
| HSL | 71.91º | 0.87% | 0.69% | - |
| HSV(B) | 71.91º | 0.56% | 0.96% | - |
| XYZ | 64.33 | 81.31 | 26.77 | - |
| YUV | 221.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 109 | 0.11 | 0 | 0.56 | 0.04 | 71.91 | 0.87 | 0.69 |
| Hex | DA | F5 | 6D | B | 0 | 38 | 4 | 48 | 57 | 45 |
| Octal | 332 | 365 | 155 | 13 | 0 | 70 | 4 | 110 | 127 | 105 |
| Binary | 11011010 | 11110101 | 1101101 | 1011 | 0 | 111000 | 100 | 1001000 | 1010111 | 1000101 |
Color Harmonies of #DAF56D
Complementary color
Monochromatic Colors of #DAF56D
Black with #DAF56D
Text Example
Text Example
White with #DAF56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF56D; }
p { color: rgb(218,245,109); }
H1.HeaderClassName
{
color: #DAF56D;
}
.AnyTagClassName
{
color: #DAF56D;
}
</style>
background-color css
<style>
a { background-color: #DAF56D; }
a { background-color: rgb(218,245,109); }
div.DivClassName
{
background-color: #DAF56D;
}
.BgClassName
{
background-color: #DAF56D;
}
</style>
border-color css
<style>
span { border-color: #DAF56D; }
span { border-color: rgb(218,245,109); }
td.TdClassName
{
border-color: #DAF56D;
}
.TagClassName
{
border-color: #DAF56D;
}
</style>