Shades of Mantis #76E043
Tints of Mantis #76E043
RGB
CMYK
RGB Variations
Color information
#76E043 (or 0x76E043) is known color: Mantis. HEX triplet: 76, E0 and 43. RGB value is (118,224,67). Sum of RGB (Red+Green+Blue) = 118+224+67=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #76E043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E043 is #891FBC. Grayscale: #AEAEAE. Windows color (decimal): -8986557 or 4448374. OLE color: 4448374.
HSL color Cylindrical-coordinate representation of color #76E043: hue angle of 100.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76E043 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 67 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.12 |
| HSL | 100.51º | 0.72% | 0.57% | - |
| HSV(B) | 100.51º | 0.7% | 0.88% | - |
| XYZ | 35.14 | 57.57 | 14.57 | - |
| YUV | 174.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 67 | 0.47 | 0 | 0.70 | 0.12 | 100.51 | 0.72 | 0.57 |
| Hex | 76 | E0 | 43 | 2F | 0 | 46 | C | 65 | 48 | 39 |
| Octal | 166 | 340 | 103 | 57 | 0 | 106 | 14 | 145 | 110 | 71 |
| Binary | 1110110 | 11100000 | 1000011 | 101111 | 0 | 1000110 | 1100 | 1100101 | 1001000 | 111001 |
Color Harmonies of #76E043
Complementary color
Monochromatic Colors of #76E043
Black with #76E043
Text Example
Text Example
White with #76E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E043; }
p { color: rgb(118,224,67); }
H1.HeaderClassName
{
color: #76E043;
}
.AnyTagClassName
{
color: #76E043;
}
</style>
background-color css
<style>
a { background-color: #76E043; }
a { background-color: rgb(118,224,67); }
div.DivClassName
{
background-color: #76E043;
}
.BgClassName
{
background-color: #76E043;
}
</style>
border-color css
<style>
span { border-color: #76E043; }
span { border-color: rgb(118,224,67); }
td.TdClassName
{
border-color: #76E043;
}
.TagClassName
{
border-color: #76E043;
}
</style>