Shades of Mantis #8BC950
Tints of Mantis #8BC950
RGB
CMYK
RGB Variations
Color information
#8BC950 (or 0x8BC950) is known color: Mantis. HEX triplet: 8B, C9 and 50. RGB value is (139,201,80). Sum of RGB (Red+Green+Blue) = 139+201+80=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC950 is #7436AF. Grayscale: #A9A9A9. Windows color (decimal): -7616176 or 5294475. OLE color: 5294475.
HSL color Cylindrical-coordinate representation of color #8BC950: hue angle of 90.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BC950 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 80 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.21 |
| HSL | 90.74º | 0.53% | 0.55% | - |
| HSV(B) | 90.74º | 0.6% | 0.79% | - |
| XYZ | 32.98 | 47.84 | 15.09 | - |
| YUV | 168.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 80 | 0.31 | 0 | 0.60 | 0.21 | 90.74 | 0.53 | 0.55 |
| Hex | 8B | C9 | 50 | 1F | 0 | 3C | 15 | 5B | 35 | 37 |
| Octal | 213 | 311 | 120 | 37 | 0 | 74 | 25 | 133 | 65 | 67 |
| Binary | 10001011 | 11001001 | 1010000 | 11111 | 0 | 111100 | 10101 | 1011011 | 110101 | 110111 |
Color Harmonies of #8BC950
Complementary color
Monochromatic Colors of #8BC950
Black with #8BC950
Text Example
Text Example
White with #8BC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC950; }
p { color: rgb(139,201,80); }
H1.HeaderClassName
{
color: #8BC950;
}
.AnyTagClassName
{
color: #8BC950;
}
</style>
background-color css
<style>
a { background-color: #8BC950; }
a { background-color: rgb(139,201,80); }
div.DivClassName
{
background-color: #8BC950;
}
.BgClassName
{
background-color: #8BC950;
}
</style>
border-color css
<style>
span { border-color: #8BC950; }
span { border-color: rgb(139,201,80); }
td.TdClassName
{
border-color: #8BC950;
}
.TagClassName
{
border-color: #8BC950;
}
</style>