Shades of Mindaro #D1FA6B
Tints of Mindaro #D1FA6B
RGB
CMYK
RGB Variations
Color information
#D1FA6B (or 0xD1FA6B) is known color: Mindaro. HEX triplet: D1, FA and 6B. RGB value is (209,250,107). Sum of RGB (Red+Green+Blue) = 209+250+107=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA6B is #2E0594. Grayscale: #DDDDDD. Windows color (decimal): -3016085 or 7076561. OLE color: 7076561.
HSL color Cylindrical-coordinate representation of color #D1FA6B: hue angle of 77.2º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1FA6B is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 107 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.02 |
| HSL | 77.2º | 0.93% | 0.7% | - |
| HSV(B) | 77.2º | 0.57% | 0.98% | - |
| XYZ | 63.13 | 82.99 | 26.6 | - |
| YUV | 221.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 107 | 0.16 | 0 | 0.57 | 0.02 | 77.2 | 0.93 | 0.7 |
| Hex | D1 | FA | 6B | 10 | 0 | 39 | 2 | 4D | 5D | 46 |
| Octal | 321 | 372 | 153 | 20 | 0 | 71 | 2 | 115 | 135 | 106 |
| Binary | 11010001 | 11111010 | 1101011 | 10000 | 0 | 111001 | 10 | 1001101 | 1011101 | 1000110 |
Color Harmonies of #D1FA6B
Complementary color
Monochromatic Colors of #D1FA6B
Black with #D1FA6B
Text Example
Text Example
White with #D1FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA6B; }
p { color: rgb(209,250,107); }
H1.HeaderClassName
{
color: #D1FA6B;
}
.AnyTagClassName
{
color: #D1FA6B;
}
</style>
background-color css
<style>
a { background-color: #D1FA6B; }
a { background-color: rgb(209,250,107); }
div.DivClassName
{
background-color: #D1FA6B;
}
.BgClassName
{
background-color: #D1FA6B;
}
</style>
border-color css
<style>
span { border-color: #D1FA6B; }
span { border-color: rgb(209,250,107); }
td.TdClassName
{
border-color: #D1FA6B;
}
.TagClassName
{
border-color: #D1FA6B;
}
</style>