Shades of Mantis #76BC4B
Tints of Mantis #76BC4B
RGB
CMYK
RGB Variations
Color information
#76BC4B (or 0x76BC4B) is known color: Mantis. HEX triplet: 76, BC and 4B. RGB value is (118,188,75). Sum of RGB (Red+Green+Blue) = 118+188+75=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC4B is #8943B4. Grayscale: #9A9A9A. Windows color (decimal): -8995765 or 4963446. OLE color: 4963446.
HSL color Cylindrical-coordinate representation of color #76BC4B: hue angle of 97.17º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76BC4B is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 75 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.26 |
| HSL | 97.17º | 0.46% | 0.52% | - |
| HSV(B) | 97.17º | 0.6% | 0.74% | - |
| XYZ | 26.72 | 40.33 | 13.03 | - |
| YUV | 154.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 75 | 0.37 | 0 | 0.60 | 0.26 | 97.17 | 0.46 | 0.52 |
| Hex | 76 | BC | 4B | 25 | 0 | 3C | 1A | 61 | 2E | 34 |
| Octal | 166 | 274 | 113 | 45 | 0 | 74 | 32 | 141 | 56 | 64 |
| Binary | 1110110 | 10111100 | 1001011 | 100101 | 0 | 111100 | 11010 | 1100001 | 101110 | 110100 |
Color Harmonies of #76BC4B
Complementary color
Monochromatic Colors of #76BC4B
Black with #76BC4B
Text Example
Text Example
White with #76BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC4B; }
p { color: rgb(118,188,75); }
H1.HeaderClassName
{
color: #76BC4B;
}
.AnyTagClassName
{
color: #76BC4B;
}
</style>
background-color css
<style>
a { background-color: #76BC4B; }
a { background-color: rgb(118,188,75); }
div.DivClassName
{
background-color: #76BC4B;
}
.BgClassName
{
background-color: #76BC4B;
}
</style>
border-color css
<style>
span { border-color: #76BC4B; }
span { border-color: rgb(118,188,75); }
td.TdClassName
{
border-color: #76BC4B;
}
.TagClassName
{
border-color: #76BC4B;
}
</style>