Shades of Mantis #7BC352
Tints of Mantis #7BC352
RGB
CMYK
RGB Variations
Color information
#7BC352 (or 0x7BC352) is known color: Mantis. HEX triplet: 7B, C3 and 52. RGB value is (123,195,82). Sum of RGB (Red+Green+Blue) = 123+195+82=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC352 is #843CAD. Grayscale: #A0A0A0. Windows color (decimal): -8666286 or 5423995. OLE color: 5423995.
HSL color Cylindrical-coordinate representation of color #7BC352: hue angle of 98.23º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BC352 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 82 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.24 |
| HSL | 98.23º | 0.48% | 0.54% | - |
| HSV(B) | 98.23º | 0.58% | 0.76% | - |
| XYZ | 29.21 | 43.85 | 14.91 | - |
| YUV | 160.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 82 | 0.37 | 0 | 0.58 | 0.24 | 98.23 | 0.48 | 0.54 |
| Hex | 7B | C3 | 52 | 25 | 0 | 3A | 18 | 62 | 30 | 36 |
| Octal | 173 | 303 | 122 | 45 | 0 | 72 | 30 | 142 | 60 | 66 |
| Binary | 1111011 | 11000011 | 1010010 | 100101 | 0 | 111010 | 11000 | 1100010 | 110000 | 110110 |
Color Harmonies of #7BC352
Complementary color
Monochromatic Colors of #7BC352
Black with #7BC352
Text Example
Text Example
White with #7BC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC352; }
p { color: rgb(123,195,82); }
H1.HeaderClassName
{
color: #7BC352;
}
.AnyTagClassName
{
color: #7BC352;
}
</style>
background-color css
<style>
a { background-color: #7BC352; }
a { background-color: rgb(123,195,82); }
div.DivClassName
{
background-color: #7BC352;
}
.BgClassName
{
background-color: #7BC352;
}
</style>
border-color css
<style>
span { border-color: #7BC352; }
span { border-color: rgb(123,195,82); }
td.TdClassName
{
border-color: #7BC352;
}
.TagClassName
{
border-color: #7BC352;
}
</style>