Shades of Mantis #7BC93D
Tints of Mantis #7BC93D
RGB
CMYK
RGB Variations
Color information
#7BC93D (or 0x7BC93D) is known color: Mantis. HEX triplet: 7B, C9 and 3D. RGB value is (123,201,61). Sum of RGB (Red+Green+Blue) = 123+201+61=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC93D is #8436C2. Grayscale: #A2A2A2. Windows color (decimal): -8664771 or 4049275. OLE color: 4049275.
HSL color Cylindrical-coordinate representation of color #7BC93D: hue angle of 93.43º degrees, saturation: 0.56, 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 #7BC93D is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 61 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.21 |
| HSL | 93.43º | 0.56% | 0.51% | - |
| HSV(B) | 93.43º | 0.7% | 0.79% | - |
| XYZ | 29.9 | 46.32 | 11.78 | - |
| YUV | 161.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 61 | 0.39 | 0 | 0.70 | 0.21 | 93.43 | 0.56 | 0.51 |
| Hex | 7B | C9 | 3D | 27 | 0 | 46 | 15 | 5D | 38 | 33 |
| Octal | 173 | 311 | 75 | 47 | 0 | 106 | 25 | 135 | 70 | 63 |
| Binary | 1111011 | 11001001 | 111101 | 100111 | 0 | 1000110 | 10101 | 1011101 | 111000 | 110011 |
Color Harmonies of #7BC93D
Complementary color
Monochromatic Colors of #7BC93D
Black with #7BC93D
Text Example
Text Example
White with #7BC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC93D; }
p { color: rgb(123,201,61); }
H1.HeaderClassName
{
color: #7BC93D;
}
.AnyTagClassName
{
color: #7BC93D;
}
</style>
background-color css
<style>
a { background-color: #7BC93D; }
a { background-color: rgb(123,201,61); }
div.DivClassName
{
background-color: #7BC93D;
}
.BgClassName
{
background-color: #7BC93D;
}
</style>
border-color css
<style>
span { border-color: #7BC93D; }
span { border-color: rgb(123,201,61); }
td.TdClassName
{
border-color: #7BC93D;
}
.TagClassName
{
border-color: #7BC93D;
}
</style>