Shades of Mint Green #86FF91
Tints of Mint Green #86FF91
RGB
CMYK
RGB Variations
Color information
#86FF91 (or 0x86FF91) is known color: Mint Green. HEX triplet: 86, FF and 91. RGB value is (134,255,145). Sum of RGB (Red+Green+Blue) = 134+255+145=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF91 is #79006E. Grayscale: #CECECE. Windows color (decimal): -7929967 or 9568134. OLE color: 9568134.
HSL color Cylindrical-coordinate representation of color #86FF91: hue angle of 125.45º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FF91 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 145 | - |
| CMYK | 0.47 | 0 | 0.43 | 0 |
| HSL | 125.45º | 1% | 0.76% | - |
| HSV(B) | 125.45º | 0.47% | 1% | - |
| XYZ | 50.7 | 78.63 | 39.29 | - |
| YUV | 206.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 145 | 0.47 | 0 | 0.43 | 0 | 125.45 | 1 | 0.76 |
| Hex | 86 | FF | 91 | 2F | 0 | 2B | 0 | 7D | 64 | 4C |
| Octal | 206 | 377 | 221 | 57 | 0 | 53 | 0 | 175 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10010001 | 101111 | 0 | 101011 | 0 | 1111101 | 1100100 | 1001100 |
Color Harmonies of #86FF91
Complementary color
Monochromatic Colors of #86FF91
Black with #86FF91
Text Example
Text Example
White with #86FF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF91; }
p { color: rgb(134,255,145); }
H1.HeaderClassName
{
color: #86FF91;
}
.AnyTagClassName
{
color: #86FF91;
}
</style>
background-color css
<style>
a { background-color: #86FF91; }
a { background-color: rgb(134,255,145); }
div.DivClassName
{
background-color: #86FF91;
}
.BgClassName
{
background-color: #86FF91;
}
</style>
border-color css
<style>
span { border-color: #86FF91; }
span { border-color: rgb(134,255,145); }
td.TdClassName
{
border-color: #86FF91;
}
.TagClassName
{
border-color: #86FF91;
}
</style>