Shades of Mantis #7BC93C
Tints of Mantis #7BC93C
RGB
CMYK
RGB Variations
Color information
#7BC93C (or 0x7BC93C) is known color: Mantis. HEX triplet: 7B, C9 and 3C. RGB value is (123,201,60). Sum of RGB (Red+Green+Blue) = 123+201+60=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC93C is #8436C3. Grayscale: #A2A2A2. Windows color (decimal): -8664772 or 3983739. OLE color: 3983739.
HSL color Cylindrical-coordinate representation of color #7BC93C: hue angle of 93.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BC93C is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 60 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.21 |
| HSL | 93.19º | 0.57% | 0.51% | - |
| HSV(B) | 93.19º | 0.7% | 0.79% | - |
| XYZ | 29.87 | 46.31 | 11.64 | - |
| YUV | 161.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 60 | 0.39 | 0 | 0.70 | 0.21 | 93.19 | 0.57 | 0.51 |
| Hex | 7B | C9 | 3C | 27 | 0 | 46 | 15 | 5D | 39 | 33 |
| Octal | 173 | 311 | 74 | 47 | 0 | 106 | 25 | 135 | 71 | 63 |
| Binary | 1111011 | 11001001 | 111100 | 100111 | 0 | 1000110 | 10101 | 1011101 | 111001 | 110011 |
Color Harmonies of #7BC93C
Complementary color
Monochromatic Colors of #7BC93C
Black with #7BC93C
Text Example
Text Example
White with #7BC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC93C; }
p { color: rgb(123,201,60); }
H1.HeaderClassName
{
color: #7BC93C;
}
.AnyTagClassName
{
color: #7BC93C;
}
</style>
background-color css
<style>
a { background-color: #7BC93C; }
a { background-color: rgb(123,201,60); }
div.DivClassName
{
background-color: #7BC93C;
}
.BgClassName
{
background-color: #7BC93C;
}
</style>
border-color css
<style>
span { border-color: #7BC93C; }
span { border-color: rgb(123,201,60); }
td.TdClassName
{
border-color: #7BC93C;
}
.TagClassName
{
border-color: #7BC93C;
}
</style>