Shades of Mint Green #8CFF8C
Tints of Mint Green #8CFF8C
RGB
CMYK
RGB Variations
Color information
#8CFF8C (or 0x8CFF8C) is known color: Mint Green. HEX triplet: 8C, FF and 8C. RGB value is (140,255,140). Sum of RGB (Red+Green+Blue) = 140+255+140=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF8C is #730073. Grayscale: #CFCFCF. Windows color (decimal): -7536756 or 9240460. OLE color: 9240460.
HSL color Cylindrical-coordinate representation of color #8CFF8C: hue angle of 120º 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 #8CFF8C is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 140 | - |
| CMYK | 0.45 | 0 | 0.45 | 0 |
| HSL | 120º | 1% | 0.77% | - |
| HSV(B) | 120º | 0.45% | 1% | - |
| XYZ | 51.31 | 78.99 | 37.35 | - |
| YUV | 207.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 140 | 0.45 | 0 | 0.45 | 0 | 120 | 1 | 0.77 |
| Hex | 8C | FF | 8C | 2D | 0 | 2D | 0 | 78 | 64 | 4D |
| Octal | 214 | 377 | 214 | 55 | 0 | 55 | 0 | 170 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10001100 | 101101 | 0 | 101101 | 0 | 1111000 | 1100100 | 1001101 |
Color Harmonies of #8CFF8C
Complementary color
Monochromatic Colors of #8CFF8C
Black with #8CFF8C
Text Example
Text Example
White with #8CFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF8C; }
p { color: rgb(140,255,140); }
H1.HeaderClassName
{
color: #8CFF8C;
}
.AnyTagClassName
{
color: #8CFF8C;
}
</style>
background-color css
<style>
a { background-color: #8CFF8C; }
a { background-color: rgb(140,255,140); }
div.DivClassName
{
background-color: #8CFF8C;
}
.BgClassName
{
background-color: #8CFF8C;
}
</style>
border-color css
<style>
span { border-color: #8CFF8C; }
span { border-color: rgb(140,255,140); }
td.TdClassName
{
border-color: #8CFF8C;
}
.TagClassName
{
border-color: #8CFF8C;
}
</style>