Shades of Mindaro #D1F66F
Tints of Mindaro #D1F66F
RGB
CMYK
RGB Variations
Color information
#D1F66F (or 0xD1F66F) is known color: Mindaro. HEX triplet: D1, F6 and 6F. RGB value is (209,246,111). Sum of RGB (Red+Green+Blue) = 209+246+111=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F66F is #2E0990. Grayscale: #DCDCDC. Windows color (decimal): -3017105 or 7337681. OLE color: 7337681.
HSL color Cylindrical-coordinate representation of color #D1F66F: hue angle of 76.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F66F is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 111 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.04 |
| HSL | 76.44º | 0.88% | 0.7% | - |
| HSV(B) | 76.44º | 0.55% | 0.96% | - |
| XYZ | 62.12 | 80.61 | 27.33 | - |
| YUV | 219.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 111 | 0.15 | 0 | 0.55 | 0.04 | 76.44 | 0.88 | 0.7 |
| Hex | D1 | F6 | 6F | F | 0 | 37 | 4 | 4C | 58 | 46 |
| Octal | 321 | 366 | 157 | 17 | 0 | 67 | 4 | 114 | 130 | 106 |
| Binary | 11010001 | 11110110 | 1101111 | 1111 | 0 | 110111 | 100 | 1001100 | 1011000 | 1000110 |
Color Harmonies of #D1F66F
Complementary color
Monochromatic Colors of #D1F66F
Black with #D1F66F
Text Example
Text Example
White with #D1F66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F66F; }
p { color: rgb(209,246,111); }
H1.HeaderClassName
{
color: #D1F66F;
}
.AnyTagClassName
{
color: #D1F66F;
}
</style>
background-color css
<style>
a { background-color: #D1F66F; }
a { background-color: rgb(209,246,111); }
div.DivClassName
{
background-color: #D1F66F;
}
.BgClassName
{
background-color: #D1F66F;
}
</style>
border-color css
<style>
span { border-color: #D1F66F; }
span { border-color: rgb(209,246,111); }
td.TdClassName
{
border-color: #D1F66F;
}
.TagClassName
{
border-color: #D1F66F;
}
</style>