Shades of Mantis #76E343
Tints of Mantis #76E343
RGB
CMYK
RGB Variations
Color information
#76E343 (or 0x76E343) is known color: Mantis. HEX triplet: 76, E3 and 43. RGB value is (118,227,67). Sum of RGB (Red+Green+Blue) = 118+227+67=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #76E343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E343 is #891CBC. Grayscale: #B0B0B0. Windows color (decimal): -8985789 or 4449142. OLE color: 4449142.
HSL color Cylindrical-coordinate representation of color #76E343: hue angle of 100.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76E343 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 67 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.11 |
| HSL | 100.88º | 0.74% | 0.58% | - |
| HSV(B) | 100.88º | 0.7% | 0.89% | - |
| XYZ | 35.95 | 59.19 | 14.84 | - |
| YUV | 176.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 67 | 0.48 | 0 | 0.70 | 0.11 | 100.88 | 0.74 | 0.58 |
| Hex | 76 | E3 | 43 | 30 | 0 | 46 | B | 65 | 4A | 3A |
| Octal | 166 | 343 | 103 | 60 | 0 | 106 | 13 | 145 | 112 | 72 |
| Binary | 1110110 | 11100011 | 1000011 | 110000 | 0 | 1000110 | 1011 | 1100101 | 1001010 | 111010 |
Color Harmonies of #76E343
Complementary color
Monochromatic Colors of #76E343
Black with #76E343
Text Example
Text Example
White with #76E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E343; }
p { color: rgb(118,227,67); }
H1.HeaderClassName
{
color: #76E343;
}
.AnyTagClassName
{
color: #76E343;
}
</style>
background-color css
<style>
a { background-color: #76E343; }
a { background-color: rgb(118,227,67); }
div.DivClassName
{
background-color: #76E343;
}
.BgClassName
{
background-color: #76E343;
}
</style>
border-color css
<style>
span { border-color: #76E343; }
span { border-color: rgb(118,227,67); }
td.TdClassName
{
border-color: #76E343;
}
.TagClassName
{
border-color: #76E343;
}
</style>