Shades of Mint Green #8BFF95
Tints of Mint Green #8BFF95
RGB
CMYK
RGB Variations
Color information
#8BFF95 (or 0x8BFF95) is known color: Mint Green. HEX triplet: 8B, FF and 95. RGB value is (139,255,149). Sum of RGB (Red+Green+Blue) = 139+255+149=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFF95 is #74006A. Grayscale: #D0D0D0. Windows color (decimal): -7602283 or 9830283. OLE color: 9830283.
HSL color Cylindrical-coordinate representation of color #8BFF95: hue angle of 125.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFF95 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 149 | - |
| CMYK | 0.45 | 0 | 0.42 | 0 |
| HSL | 125.17º | 1% | 0.77% | - |
| HSV(B) | 125.17º | 0.45% | 1% | - |
| XYZ | 51.83 | 79.18 | 40.98 | - |
| YUV | 208.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 149 | 0.45 | 0 | 0.42 | 0 | 125.17 | 1 | 0.77 |
| Hex | 8B | FF | 95 | 2D | 0 | 2A | 0 | 7D | 64 | 4D |
| Octal | 213 | 377 | 225 | 55 | 0 | 52 | 0 | 175 | 144 | 115 |
| Binary | 10001011 | 11111111 | 10010101 | 101101 | 0 | 101010 | 0 | 1111101 | 1100100 | 1001101 |
Color Harmonies of #8BFF95
Complementary color
Monochromatic Colors of #8BFF95
Black with #8BFF95
Text Example
Text Example
White with #8BFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF95; }
p { color: rgb(139,255,149); }
H1.HeaderClassName
{
color: #8BFF95;
}
.AnyTagClassName
{
color: #8BFF95;
}
</style>
background-color css
<style>
a { background-color: #8BFF95; }
a { background-color: rgb(139,255,149); }
div.DivClassName
{
background-color: #8BFF95;
}
.BgClassName
{
background-color: #8BFF95;
}
</style>
border-color css
<style>
span { border-color: #8BFF95; }
span { border-color: rgb(139,255,149); }
td.TdClassName
{
border-color: #8BFF95;
}
.TagClassName
{
border-color: #8BFF95;
}
</style>