Shades of Mint Green #8CFF95
Tints of Mint Green #8CFF95
RGB
CMYK
RGB Variations
Color information
#8CFF95 (or 0x8CFF95) is known color: Mint Green. HEX triplet: 8C, FF and 95. RGB value is (140,255,149). Sum of RGB (Red+Green+Blue) = 140+255+149=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF95 is #73006A. Grayscale: #D0D0D0. Windows color (decimal): -7536747 or 9830284. OLE color: 9830284.
HSL color Cylindrical-coordinate representation of color #8CFF95: hue angle of 124.7º 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 #8CFF95 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 149 | - |
| CMYK | 0.45 | 0 | 0.42 | 0 |
| HSL | 124.7º | 1% | 0.77% | - |
| HSV(B) | 124.7º | 0.45% | 1% | - |
| XYZ | 52 | 79.27 | 40.99 | - |
| YUV | 208.53 | 94.4 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 149 | 0.45 | 0 | 0.42 | 0 | 124.7 | 1 | 0.77 |
| Hex | 8C | FF | 95 | 2D | 0 | 2A | 0 | 7D | 64 | 4D |
| Octal | 214 | 377 | 225 | 55 | 0 | 52 | 0 | 175 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10010101 | 101101 | 0 | 101010 | 0 | 1111101 | 1100100 | 1001101 |
Color Harmonies of #8CFF95
Complementary color
Monochromatic Colors of #8CFF95
Black with #8CFF95
Text Example
Text Example
White with #8CFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF95; }
p { color: rgb(140,255,149); }
H1.HeaderClassName
{
color: #8CFF95;
}
.AnyTagClassName
{
color: #8CFF95;
}
</style>
background-color css
<style>
a { background-color: #8CFF95; }
a { background-color: rgb(140,255,149); }
div.DivClassName
{
background-color: #8CFF95;
}
.BgClassName
{
background-color: #8CFF95;
}
</style>
border-color css
<style>
span { border-color: #8CFF95; }
span { border-color: rgb(140,255,149); }
td.TdClassName
{
border-color: #8CFF95;
}
.TagClassName
{
border-color: #8CFF95;
}
</style>