Shades of Mint Green #8BFF94
Tints of Mint Green #8BFF94
RGB
CMYK
RGB Variations
Color information
#8BFF94 (or 0x8BFF94) is known color: Mint Green. HEX triplet: 8B, FF and 94. RGB value is (139,255,148). Sum of RGB (Red+Green+Blue) = 139+255+148=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFF94 is #74006B. Grayscale: #D0D0D0. Windows color (decimal): -7602284 or 9764747. OLE color: 9764747.
HSL color Cylindrical-coordinate representation of color #8BFF94: hue angle of 124.66º 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 #8BFF94 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 148 | - |
| CMYK | 0.45 | 0 | 0.42 | 0 |
| HSL | 124.66º | 1% | 0.77% | - |
| HSV(B) | 124.66º | 0.45% | 1% | - |
| XYZ | 51.75 | 79.15 | 40.57 | - |
| YUV | 208.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 148 | 0.45 | 0 | 0.42 | 0 | 124.66 | 1 | 0.77 |
| Hex | 8B | FF | 94 | 2D | 0 | 2A | 0 | 7D | 64 | 4D |
| Octal | 213 | 377 | 224 | 55 | 0 | 52 | 0 | 175 | 144 | 115 |
| Binary | 10001011 | 11111111 | 10010100 | 101101 | 0 | 101010 | 0 | 1111101 | 1100100 | 1001101 |
Color Harmonies of #8BFF94
Complementary color
Monochromatic Colors of #8BFF94
Black with #8BFF94
Text Example
Text Example
White with #8BFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF94; }
p { color: rgb(139,255,148); }
H1.HeaderClassName
{
color: #8BFF94;
}
.AnyTagClassName
{
color: #8BFF94;
}
</style>
background-color css
<style>
a { background-color: #8BFF94; }
a { background-color: rgb(139,255,148); }
div.DivClassName
{
background-color: #8BFF94;
}
.BgClassName
{
background-color: #8BFF94;
}
</style>
border-color css
<style>
span { border-color: #8BFF94; }
span { border-color: rgb(139,255,148); }
td.TdClassName
{
border-color: #8BFF94;
}
.TagClassName
{
border-color: #8BFF94;
}
</style>