Shades of Mantis #7BC53D
Tints of Mantis #7BC53D
RGB
CMYK
RGB Variations
Color information
#7BC53D (or 0x7BC53D) is known color: Mantis. HEX triplet: 7B, C5 and 3D. RGB value is (123,197,61). Sum of RGB (Red+Green+Blue) = 123+197+61=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC53D is #843AC2. Grayscale: #9F9F9F. Windows color (decimal): -8665795 or 4048251. OLE color: 4048251.
HSL color Cylindrical-coordinate representation of color #7BC53D: hue angle of 92.65º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BC53D is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 61 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.23 |
| HSL | 92.65º | 0.54% | 0.51% | - |
| HSV(B) | 92.65º | 0.69% | 0.77% | - |
| XYZ | 28.98 | 44.48 | 11.47 | - |
| YUV | 159.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 61 | 0.38 | 0 | 0.69 | 0.23 | 92.65 | 0.54 | 0.51 |
| Hex | 7B | C5 | 3D | 26 | 0 | 45 | 17 | 5D | 36 | 33 |
| Octal | 173 | 305 | 75 | 46 | 0 | 105 | 27 | 135 | 66 | 63 |
| Binary | 1111011 | 11000101 | 111101 | 100110 | 0 | 1000101 | 10111 | 1011101 | 110110 | 110011 |
Color Harmonies of #7BC53D
Complementary color
Monochromatic Colors of #7BC53D
Black with #7BC53D
Text Example
Text Example
White with #7BC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC53D; }
p { color: rgb(123,197,61); }
H1.HeaderClassName
{
color: #7BC53D;
}
.AnyTagClassName
{
color: #7BC53D;
}
</style>
background-color css
<style>
a { background-color: #7BC53D; }
a { background-color: rgb(123,197,61); }
div.DivClassName
{
background-color: #7BC53D;
}
.BgClassName
{
background-color: #7BC53D;
}
</style>
border-color css
<style>
span { border-color: #7BC53D; }
span { border-color: rgb(123,197,61); }
td.TdClassName
{
border-color: #7BC53D;
}
.TagClassName
{
border-color: #7BC53D;
}
</style>