Shades of Mantis #7BC958
Tints of Mantis #7BC958
RGB
CMYK
RGB Variations
Color information
#7BC958 (or 0x7BC958) is known color: Mantis. HEX triplet: 7B, C9 and 58. RGB value is (123,201,88). Sum of RGB (Red+Green+Blue) = 123+201+88=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC958 is #8436A7. Grayscale: #A5A5A5. Windows color (decimal): -8664744 or 5818747. OLE color: 5818747.
HSL color Cylindrical-coordinate representation of color #7BC958: hue angle of 101.42º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BC958 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 88 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.21 |
| HSL | 101.42º | 0.51% | 0.57% | - |
| HSV(B) | 101.42º | 0.56% | 0.79% | - |
| XYZ | 30.82 | 46.69 | 16.62 | - |
| YUV | 164.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 88 | 0.39 | 0 | 0.56 | 0.21 | 101.42 | 0.51 | 0.57 |
| Hex | 7B | C9 | 58 | 27 | 0 | 38 | 15 | 65 | 33 | 39 |
| Octal | 173 | 311 | 130 | 47 | 0 | 70 | 25 | 145 | 63 | 71 |
| Binary | 1111011 | 11001001 | 1011000 | 100111 | 0 | 111000 | 10101 | 1100101 | 110011 | 111001 |
Color Harmonies of #7BC958
Complementary color
Monochromatic Colors of #7BC958
Black with #7BC958
Text Example
Text Example
White with #7BC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC958; }
p { color: rgb(123,201,88); }
H1.HeaderClassName
{
color: #7BC958;
}
.AnyTagClassName
{
color: #7BC958;
}
</style>
background-color css
<style>
a { background-color: #7BC958; }
a { background-color: rgb(123,201,88); }
div.DivClassName
{
background-color: #7BC958;
}
.BgClassName
{
background-color: #7BC958;
}
</style>
border-color css
<style>
span { border-color: #7BC958; }
span { border-color: rgb(123,201,88); }
td.TdClassName
{
border-color: #7BC958;
}
.TagClassName
{
border-color: #7BC958;
}
</style>