Shades of Mindaro #D1F96C
Tints of Mindaro #D1F96C
RGB
CMYK
RGB Variations
Color information
#D1F96C (or 0xD1F96C) is known color: Mindaro. HEX triplet: D1, F9 and 6C. RGB value is (209,249,108). Sum of RGB (Red+Green+Blue) = 209+249+108=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F96C is #2E0693. Grayscale: #DDDDDD. Windows color (decimal): -3016340 or 7141841. OLE color: 7141841.
HSL color Cylindrical-coordinate representation of color #D1F96C: hue angle of 77.02º degrees, saturation: 0.92, 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 #D1F96C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 108 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.02 |
| HSL | 77.02º | 0.92% | 0.7% | - |
| HSV(B) | 77.02º | 0.57% | 0.98% | - |
| XYZ | 62.88 | 82.39 | 26.78 | - |
| YUV | 220.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 108 | 0.16 | 0 | 0.57 | 0.02 | 77.02 | 0.92 | 0.7 |
| Hex | D1 | F9 | 6C | 10 | 0 | 39 | 2 | 4D | 5C | 46 |
| Octal | 321 | 371 | 154 | 20 | 0 | 71 | 2 | 115 | 134 | 106 |
| Binary | 11010001 | 11111001 | 1101100 | 10000 | 0 | 111001 | 10 | 1001101 | 1011100 | 1000110 |
Color Harmonies of #D1F96C
Complementary color
Monochromatic Colors of #D1F96C
Black with #D1F96C
Text Example
Text Example
White with #D1F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F96C; }
p { color: rgb(209,249,108); }
H1.HeaderClassName
{
color: #D1F96C;
}
.AnyTagClassName
{
color: #D1F96C;
}
</style>
background-color css
<style>
a { background-color: #D1F96C; }
a { background-color: rgb(209,249,108); }
div.DivClassName
{
background-color: #D1F96C;
}
.BgClassName
{
background-color: #D1F96C;
}
</style>
border-color css
<style>
span { border-color: #D1F96C; }
span { border-color: rgb(209,249,108); }
td.TdClassName
{
border-color: #D1F96C;
}
.TagClassName
{
border-color: #D1F96C;
}
</style>