Shades of Mantis #76BF53
Tints of Mantis #76BF53
RGB
CMYK
RGB Variations
Color information
#76BF53 (or 0x76BF53) is known color: Mantis. HEX triplet: 76, BF and 53. RGB value is (118,191,83). Sum of RGB (Red+Green+Blue) = 118+191+83=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF53 is #8940AC. Grayscale: #9D9D9D. Windows color (decimal): -8994989 or 5488502. OLE color: 5488502.
HSL color Cylindrical-coordinate representation of color #76BF53: hue angle of 100.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76BF53 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 83 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.25 |
| HSL | 100.56º | 0.46% | 0.54% | - |
| HSV(B) | 100.56º | 0.57% | 0.75% | - |
| XYZ | 27.66 | 41.74 | 14.78 | - |
| YUV | 156.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 83 | 0.38 | 0 | 0.57 | 0.25 | 100.56 | 0.46 | 0.54 |
| Hex | 76 | BF | 53 | 26 | 0 | 39 | 19 | 65 | 2E | 36 |
| Octal | 166 | 277 | 123 | 46 | 0 | 71 | 31 | 145 | 56 | 66 |
| Binary | 1110110 | 10111111 | 1010011 | 100110 | 0 | 111001 | 11001 | 1100101 | 101110 | 110110 |
Color Harmonies of #76BF53
Complementary color
Monochromatic Colors of #76BF53
Black with #76BF53
Text Example
Text Example
White with #76BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BF53; }
p { color: rgb(118,191,83); }
H1.HeaderClassName
{
color: #76BF53;
}
.AnyTagClassName
{
color: #76BF53;
}
</style>
background-color css
<style>
a { background-color: #76BF53; }
a { background-color: rgb(118,191,83); }
div.DivClassName
{
background-color: #76BF53;
}
.BgClassName
{
background-color: #76BF53;
}
</style>
border-color css
<style>
span { border-color: #76BF53; }
span { border-color: rgb(118,191,83); }
td.TdClassName
{
border-color: #76BF53;
}
.TagClassName
{
border-color: #76BF53;
}
</style>