Shades of Mindaro #D6F159
Tints of Mindaro #D6F159
RGB
CMYK
RGB Variations
Color information
#D6F159 (or 0xD6F159) is known color: Mindaro. HEX triplet: D6, F1 and 59. RGB value is (214,241,89). Sum of RGB (Red+Green+Blue) = 214+241+89=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F159 is #290EA6. Grayscale: #D8D8D8. Windows color (decimal): -2690727 or 5894614. OLE color: 5894614.
HSL color Cylindrical-coordinate representation of color #D6F159: hue angle of 70.66º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6F159 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 89 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.05 |
| HSL | 70.66º | 0.84% | 0.65% | - |
| HSV(B) | 70.66º | 0.63% | 0.95% | - |
| XYZ | 60.99 | 77.93 | 21.28 | - |
| YUV | 215.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 89 | 0.11 | 0 | 0.63 | 0.05 | 70.66 | 0.84 | 0.65 |
| Hex | D6 | F1 | 59 | B | 0 | 3F | 5 | 47 | 54 | 41 |
| Octal | 326 | 361 | 131 | 13 | 0 | 77 | 5 | 107 | 124 | 101 |
| Binary | 11010110 | 11110001 | 1011001 | 1011 | 0 | 111111 | 101 | 1000111 | 1010100 | 1000001 |
Color Harmonies of #D6F159
Complementary color
Monochromatic Colors of #D6F159
Black with #D6F159
Text Example
Text Example
White with #D6F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F159; }
p { color: rgb(214,241,89); }
H1.HeaderClassName
{
color: #D6F159;
}
.AnyTagClassName
{
color: #D6F159;
}
</style>
background-color css
<style>
a { background-color: #D6F159; }
a { background-color: rgb(214,241,89); }
div.DivClassName
{
background-color: #D6F159;
}
.BgClassName
{
background-color: #D6F159;
}
</style>
border-color css
<style>
span { border-color: #D6F159; }
span { border-color: rgb(214,241,89); }
td.TdClassName
{
border-color: #D6F159;
}
.TagClassName
{
border-color: #D6F159;
}
</style>