Shades of Mantis #7BC951
Tints of Mantis #7BC951
RGB
CMYK
RGB Variations
Color information
#7BC951 (or 0x7BC951) is known color: Mantis. HEX triplet: 7B, C9 and 51. RGB value is (123,201,81). Sum of RGB (Red+Green+Blue) = 123+201+81=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC951 is #8436AE. Grayscale: #A4A4A4. Windows color (decimal): -8664751 or 5359995. OLE color: 5359995.
HSL color Cylindrical-coordinate representation of color #7BC951: hue angle of 99º 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 #7BC951 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 81 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.21 |
| HSL | 99º | 0.53% | 0.55% | - |
| HSV(B) | 99º | 0.6% | 0.79% | - |
| XYZ | 30.54 | 46.58 | 15.17 | - |
| YUV | 164 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 81 | 0.39 | 0 | 0.60 | 0.21 | 99 | 0.53 | 0.55 |
| Hex | 7B | C9 | 51 | 27 | 0 | 3C | 15 | 63 | 35 | 37 |
| Octal | 173 | 311 | 121 | 47 | 0 | 74 | 25 | 143 | 65 | 67 |
| Binary | 1111011 | 11001001 | 1010001 | 100111 | 0 | 111100 | 10101 | 1100011 | 110101 | 110111 |
Color Harmonies of #7BC951
Complementary color
Monochromatic Colors of #7BC951
Black with #7BC951
Text Example
Text Example
White with #7BC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC951; }
p { color: rgb(123,201,81); }
H1.HeaderClassName
{
color: #7BC951;
}
.AnyTagClassName
{
color: #7BC951;
}
</style>
background-color css
<style>
a { background-color: #7BC951; }
a { background-color: rgb(123,201,81); }
div.DivClassName
{
background-color: #7BC951;
}
.BgClassName
{
background-color: #7BC951;
}
</style>
border-color css
<style>
span { border-color: #7BC951; }
span { border-color: rgb(123,201,81); }
td.TdClassName
{
border-color: #7BC951;
}
.TagClassName
{
border-color: #7BC951;
}
</style>