Shades of Mantis #76BE4D
Tints of Mantis #76BE4D
RGB
CMYK
RGB Variations
Color information
#76BE4D (or 0x76BE4D) is known color: Mantis. HEX triplet: 76, BE and 4D. RGB value is (118,190,77). Sum of RGB (Red+Green+Blue) = 118+190+77=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE4D is #8941B2. Grayscale: #9B9B9B. Windows color (decimal): -8995251 or 5095030. OLE color: 5095030.
HSL color Cylindrical-coordinate representation of color #76BE4D: hue angle of 98.23º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76BE4D is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 77 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.25 |
| HSL | 98.23º | 0.47% | 0.52% | - |
| HSV(B) | 98.23º | 0.59% | 0.75% | - |
| XYZ | 27.22 | 41.21 | 13.54 | - |
| YUV | 155.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 77 | 0.38 | 0 | 0.59 | 0.25 | 98.23 | 0.47 | 0.52 |
| Hex | 76 | BE | 4D | 26 | 0 | 3B | 19 | 62 | 2F | 34 |
| Octal | 166 | 276 | 115 | 46 | 0 | 73 | 31 | 142 | 57 | 64 |
| Binary | 1110110 | 10111110 | 1001101 | 100110 | 0 | 111011 | 11001 | 1100010 | 101111 | 110100 |
Color Harmonies of #76BE4D
Complementary color
Monochromatic Colors of #76BE4D
Black with #76BE4D
Text Example
Text Example
White with #76BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE4D; }
p { color: rgb(118,190,77); }
H1.HeaderClassName
{
color: #76BE4D;
}
.AnyTagClassName
{
color: #76BE4D;
}
</style>
background-color css
<style>
a { background-color: #76BE4D; }
a { background-color: rgb(118,190,77); }
div.DivClassName
{
background-color: #76BE4D;
}
.BgClassName
{
background-color: #76BE4D;
}
</style>
border-color css
<style>
span { border-color: #76BE4D; }
span { border-color: rgb(118,190,77); }
td.TdClassName
{
border-color: #76BE4D;
}
.TagClassName
{
border-color: #76BE4D;
}
</style>