Shades of Mindaro #DAF16E
Tints of Mindaro #DAF16E
RGB
CMYK
RGB Variations
Color information
#DAF16E (or 0xDAF16E) is known color: Mindaro. HEX triplet: DA, F1 and 6E. RGB value is (218,241,110). Sum of RGB (Red+Green+Blue) = 218+241+110=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF16E is #250E91. Grayscale: #DBDBDB. Windows color (decimal): -2428562 or 7270874. OLE color: 7270874.
HSL color Cylindrical-coordinate representation of color #DAF16E: hue angle of 70.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF16E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 110 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.05 |
| HSL | 70.53º | 0.82% | 0.69% | - |
| HSV(B) | 70.53º | 0.54% | 0.95% | - |
| XYZ | 63.18 | 78.94 | 26.66 | - |
| YUV | 219.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 110 | 0.10 | 0 | 0.54 | 0.05 | 70.53 | 0.82 | 0.69 |
| Hex | DA | F1 | 6E | A | 0 | 36 | 5 | 47 | 52 | 45 |
| Octal | 332 | 361 | 156 | 12 | 0 | 66 | 5 | 107 | 122 | 105 |
| Binary | 11011010 | 11110001 | 1101110 | 1010 | 0 | 110110 | 101 | 1000111 | 1010010 | 1000101 |
Color Harmonies of #DAF16E
Complementary color
Monochromatic Colors of #DAF16E
Black with #DAF16E
Text Example
Text Example
White with #DAF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF16E; }
p { color: rgb(218,241,110); }
H1.HeaderClassName
{
color: #DAF16E;
}
.AnyTagClassName
{
color: #DAF16E;
}
</style>
background-color css
<style>
a { background-color: #DAF16E; }
a { background-color: rgb(218,241,110); }
div.DivClassName
{
background-color: #DAF16E;
}
.BgClassName
{
background-color: #DAF16E;
}
</style>
border-color css
<style>
span { border-color: #DAF16E; }
span { border-color: rgb(218,241,110); }
td.TdClassName
{
border-color: #DAF16E;
}
.TagClassName
{
border-color: #DAF16E;
}
</style>