Shades of Mindaro #DAF16D
Tints of Mindaro #DAF16D
RGB
CMYK
RGB Variations
Color information
#DAF16D (or 0xDAF16D) is known color: Mindaro. HEX triplet: DA, F1 and 6D. RGB value is (218,241,109). Sum of RGB (Red+Green+Blue) = 218+241+109=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF16D is #250E92. Grayscale: #DBDBDB. Windows color (decimal): -2428563 or 7205338. OLE color: 7205338.
HSL color Cylindrical-coordinate representation of color #DAF16D: hue angle of 70.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF16D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 109 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 70.45º | 0.83% | 0.69% | - |
| HSV(B) | 70.45º | 0.55% | 0.95% | - |
| XYZ | 63.13 | 78.92 | 26.37 | - |
| YUV | 219.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 109 | 0.10 | 0 | 0.55 | 0.05 | 70.45 | 0.83 | 0.69 |
| Hex | DA | F1 | 6D | A | 0 | 37 | 5 | 46 | 52 | 45 |
| Octal | 332 | 361 | 155 | 12 | 0 | 67 | 5 | 106 | 122 | 105 |
| Binary | 11011010 | 11110001 | 1101101 | 1010 | 0 | 110111 | 101 | 1000110 | 1010010 | 1000101 |
Color Harmonies of #DAF16D
Complementary color
Monochromatic Colors of #DAF16D
Black with #DAF16D
Text Example
Text Example
White with #DAF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF16D; }
p { color: rgb(218,241,109); }
H1.HeaderClassName
{
color: #DAF16D;
}
.AnyTagClassName
{
color: #DAF16D;
}
</style>
background-color css
<style>
a { background-color: #DAF16D; }
a { background-color: rgb(218,241,109); }
div.DivClassName
{
background-color: #DAF16D;
}
.BgClassName
{
background-color: #DAF16D;
}
</style>
border-color css
<style>
span { border-color: #DAF16D; }
span { border-color: rgb(218,241,109); }
td.TdClassName
{
border-color: #DAF16D;
}
.TagClassName
{
border-color: #DAF16D;
}
</style>