Shades of Mindaro #D1F161
Tints of Mindaro #D1F161
RGB
CMYK
RGB Variations
Color information
#D1F161 (or 0xD1F161) is known color: Mindaro. HEX triplet: D1, F1 and 61. RGB value is (209,241,97). Sum of RGB (Red+Green+Blue) = 209+241+97=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F161 is #2E0E9E. Grayscale: #D7D7D7. Windows color (decimal): -3018399 or 6418897. OLE color: 6418897.
HSL color Cylindrical-coordinate representation of color #D1F161: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F161 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 97 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 73.33º | 0.84% | 0.66% | - |
| HSV(B) | 73.33º | 0.6% | 0.95% | - |
| XYZ | 59.91 | 77.33 | 23.08 | - |
| YUV | 215.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 97 | 0.13 | 0 | 0.60 | 0.05 | 73.33 | 0.84 | 0.66 |
| Hex | D1 | F1 | 61 | D | 0 | 3C | 5 | 49 | 54 | 42 |
| Octal | 321 | 361 | 141 | 15 | 0 | 74 | 5 | 111 | 124 | 102 |
| Binary | 11010001 | 11110001 | 1100001 | 1101 | 0 | 111100 | 101 | 1001001 | 1010100 | 1000010 |
Color Harmonies of #D1F161
Complementary color
Monochromatic Colors of #D1F161
Black with #D1F161
Text Example
Text Example
White with #D1F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F161; }
p { color: rgb(209,241,97); }
H1.HeaderClassName
{
color: #D1F161;
}
.AnyTagClassName
{
color: #D1F161;
}
</style>
background-color css
<style>
a { background-color: #D1F161; }
a { background-color: rgb(209,241,97); }
div.DivClassName
{
background-color: #D1F161;
}
.BgClassName
{
background-color: #D1F161;
}
</style>
border-color css
<style>
span { border-color: #D1F161; }
span { border-color: rgb(209,241,97); }
td.TdClassName
{
border-color: #D1F161;
}
.TagClassName
{
border-color: #D1F161;
}
</style>