Shades of Mantis #8CC950
Tints of Mantis #8CC950
RGB
CMYK
RGB Variations
Color information
#8CC950 (or 0x8CC950) is known color: Mantis. HEX triplet: 8C, C9 and 50. RGB value is (140,201,80). Sum of RGB (Red+Green+Blue) = 140+201+80=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC950 is #7336AF. Grayscale: #A9A9A9. Windows color (decimal): -7550640 or 5294476. OLE color: 5294476.
HSL color Cylindrical-coordinate representation of color #8CC950: hue angle of 90.25º 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 #8CC950 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 80 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.21 |
| HSL | 90.25º | 0.53% | 0.55% | - |
| HSV(B) | 90.25º | 0.6% | 0.79% | - |
| XYZ | 33.15 | 47.93 | 15.09 | - |
| YUV | 168.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 80 | 0.30 | 0 | 0.60 | 0.21 | 90.25 | 0.53 | 0.55 |
| Hex | 8C | C9 | 50 | 1E | 0 | 3C | 15 | 5A | 35 | 37 |
| Octal | 214 | 311 | 120 | 36 | 0 | 74 | 25 | 132 | 65 | 67 |
| Binary | 10001100 | 11001001 | 1010000 | 11110 | 0 | 111100 | 10101 | 1011010 | 110101 | 110111 |
Color Harmonies of #8CC950
Complementary color
Monochromatic Colors of #8CC950
Black with #8CC950
Text Example
Text Example
White with #8CC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC950; }
p { color: rgb(140,201,80); }
H1.HeaderClassName
{
color: #8CC950;
}
.AnyTagClassName
{
color: #8CC950;
}
</style>
background-color css
<style>
a { background-color: #8CC950; }
a { background-color: rgb(140,201,80); }
div.DivClassName
{
background-color: #8CC950;
}
.BgClassName
{
background-color: #8CC950;
}
</style>
border-color css
<style>
span { border-color: #8CC950; }
span { border-color: rgb(140,201,80); }
td.TdClassName
{
border-color: #8CC950;
}
.TagClassName
{
border-color: #8CC950;
}
</style>