Shades of Mantis #76C153
Tints of Mantis #76C153
RGB
CMYK
RGB Variations
Color information
#76C153 (or 0x76C153) is known color: Mantis. HEX triplet: 76, C1 and 53. RGB value is (118,193,83). Sum of RGB (Red+Green+Blue) = 118+193+83=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #76C153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C153 is #893EAC. Grayscale: #9E9E9E. Windows color (decimal): -8994477 or 5489014. OLE color: 5489014.
HSL color Cylindrical-coordinate representation of color #76C153: hue angle of 100.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76C153 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 83 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.24 |
| HSL | 100.91º | 0.47% | 0.54% | - |
| HSV(B) | 100.91º | 0.57% | 0.76% | - |
| XYZ | 28.1 | 42.62 | 14.93 | - |
| YUV | 158.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 83 | 0.39 | 0 | 0.57 | 0.24 | 100.91 | 0.47 | 0.54 |
| Hex | 76 | C1 | 53 | 27 | 0 | 39 | 18 | 65 | 2F | 36 |
| Octal | 166 | 301 | 123 | 47 | 0 | 71 | 30 | 145 | 57 | 66 |
| Binary | 1110110 | 11000001 | 1010011 | 100111 | 0 | 111001 | 11000 | 1100101 | 101111 | 110110 |
Color Harmonies of #76C153
Complementary color
Monochromatic Colors of #76C153
Black with #76C153
Text Example
Text Example
White with #76C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C153; }
p { color: rgb(118,193,83); }
H1.HeaderClassName
{
color: #76C153;
}
.AnyTagClassName
{
color: #76C153;
}
</style>
background-color css
<style>
a { background-color: #76C153; }
a { background-color: rgb(118,193,83); }
div.DivClassName
{
background-color: #76C153;
}
.BgClassName
{
background-color: #76C153;
}
</style>
border-color css
<style>
span { border-color: #76C153; }
span { border-color: rgb(118,193,83); }
td.TdClassName
{
border-color: #76C153;
}
.TagClassName
{
border-color: #76C153;
}
</style>