Shades of Mantis #76C843
Tints of Mantis #76C843
RGB
CMYK
RGB Variations
Color information
#76C843 (or 0x76C843) is known color: Mantis. HEX triplet: 76, C8 and 43. RGB value is (118,200,67). Sum of RGB (Red+Green+Blue) = 118+200+67=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #76C843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C843 is #8937BC. Grayscale: #A0A0A0. Windows color (decimal): -8992701 or 4442230. OLE color: 4442230.
HSL color Cylindrical-coordinate representation of color #76C843: hue angle of 96.99º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76C843 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 67 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.22 |
| HSL | 96.99º | 0.55% | 0.52% | - |
| HSV(B) | 96.99º | 0.67% | 0.78% | - |
| XYZ | 29.14 | 45.57 | 12.57 | - |
| YUV | 160.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 67 | 0.41 | 0 | 0.66 | 0.22 | 96.99 | 0.55 | 0.52 |
| Hex | 76 | C8 | 43 | 29 | 0 | 42 | 16 | 61 | 37 | 34 |
| Octal | 166 | 310 | 103 | 51 | 0 | 102 | 26 | 141 | 67 | 64 |
| Binary | 1110110 | 11001000 | 1000011 | 101001 | 0 | 1000010 | 10110 | 1100001 | 110111 | 110100 |
Color Harmonies of #76C843
Complementary color
Monochromatic Colors of #76C843
Black with #76C843
Text Example
Text Example
White with #76C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C843; }
p { color: rgb(118,200,67); }
H1.HeaderClassName
{
color: #76C843;
}
.AnyTagClassName
{
color: #76C843;
}
</style>
background-color css
<style>
a { background-color: #76C843; }
a { background-color: rgb(118,200,67); }
div.DivClassName
{
background-color: #76C843;
}
.BgClassName
{
background-color: #76C843;
}
</style>
border-color css
<style>
span { border-color: #76C843; }
span { border-color: rgb(118,200,67); }
td.TdClassName
{
border-color: #76C843;
}
.TagClassName
{
border-color: #76C843;
}
</style>