Shades of Mindaro #D1F16C
Tints of Mindaro #D1F16C
RGB
CMYK
RGB Variations
Color information
#D1F16C (or 0xD1F16C) is known color: Mindaro. HEX triplet: D1, F1 and 6C. RGB value is (209,241,108). Sum of RGB (Red+Green+Blue) = 209+241+108=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F16C is #2E0E93. Grayscale: #D8D8D8. Windows color (decimal): -3018388 or 7139793. OLE color: 7139793.
HSL color Cylindrical-coordinate representation of color #D1F16C: hue angle of 74.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F16C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 108 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.05 |
| HSL | 74.44º | 0.83% | 0.68% | - |
| HSV(B) | 74.44º | 0.55% | 0.95% | - |
| XYZ | 60.46 | 77.55 | 25.97 | - |
| YUV | 216.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 108 | 0.13 | 0 | 0.55 | 0.05 | 74.44 | 0.83 | 0.68 |
| Hex | D1 | F1 | 6C | D | 0 | 37 | 5 | 4A | 53 | 44 |
| Octal | 321 | 361 | 154 | 15 | 0 | 67 | 5 | 112 | 123 | 104 |
| Binary | 11010001 | 11110001 | 1101100 | 1101 | 0 | 110111 | 101 | 1001010 | 1010011 | 1000100 |
Color Harmonies of #D1F16C
Complementary color
Monochromatic Colors of #D1F16C
Black with #D1F16C
Text Example
Text Example
White with #D1F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F16C; }
p { color: rgb(209,241,108); }
H1.HeaderClassName
{
color: #D1F16C;
}
.AnyTagClassName
{
color: #D1F16C;
}
</style>
background-color css
<style>
a { background-color: #D1F16C; }
a { background-color: rgb(209,241,108); }
div.DivClassName
{
background-color: #D1F16C;
}
.BgClassName
{
background-color: #D1F16C;
}
</style>
border-color css
<style>
span { border-color: #D1F16C; }
span { border-color: rgb(209,241,108); }
td.TdClassName
{
border-color: #D1F16C;
}
.TagClassName
{
border-color: #D1F16C;
}
</style>