Shades of Mint Green #8CFF8D
Tints of Mint Green #8CFF8D
RGB
CMYK
RGB Variations
Color information
#8CFF8D (or 0x8CFF8D) is known color: Mint Green. HEX triplet: 8C, FF and 8D. RGB value is (140,255,141). Sum of RGB (Red+Green+Blue) = 140+255+141=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF8D is #730072. Grayscale: #CFCFCF. Windows color (decimal): -7536755 or 9305996. OLE color: 9305996.
HSL color Cylindrical-coordinate representation of color #8CFF8D: hue angle of 120.52º 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 #8CFF8D is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 141 | - |
| CMYK | 0.45 | 0 | 0.45 | 0 |
| HSL | 120.52º | 1% | 0.77% | - |
| HSV(B) | 120.52º | 0.45% | 1% | - |
| XYZ | 51.38 | 79.02 | 37.74 | - |
| YUV | 207.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 141 | 0.45 | 0 | 0.45 | 0 | 120.52 | 1 | 0.77 |
| Hex | 8C | FF | 8D | 2D | 0 | 2D | 0 | 79 | 64 | 4D |
| Octal | 214 | 377 | 215 | 55 | 0 | 55 | 0 | 171 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10001101 | 101101 | 0 | 101101 | 0 | 1111001 | 1100100 | 1001101 |
Color Harmonies of #8CFF8D
Complementary color
Monochromatic Colors of #8CFF8D
Black with #8CFF8D
Text Example
Text Example
White with #8CFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF8D; }
p { color: rgb(140,255,141); }
H1.HeaderClassName
{
color: #8CFF8D;
}
.AnyTagClassName
{
color: #8CFF8D;
}
</style>
background-color css
<style>
a { background-color: #8CFF8D; }
a { background-color: rgb(140,255,141); }
div.DivClassName
{
background-color: #8CFF8D;
}
.BgClassName
{
background-color: #8CFF8D;
}
</style>
border-color css
<style>
span { border-color: #8CFF8D; }
span { border-color: rgb(140,255,141); }
td.TdClassName
{
border-color: #8CFF8D;
}
.TagClassName
{
border-color: #8CFF8D;
}
</style>