Shades of Mantis #76C84B
Tints of Mantis #76C84B
RGB
CMYK
RGB Variations
Color information
#76C84B (or 0x76C84B) is known color: Mantis. HEX triplet: 76, C8 and 4B. RGB value is (118,200,75). Sum of RGB (Red+Green+Blue) = 118+200+75=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #76C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C84B is #8937B4. Grayscale: #A1A1A1. Windows color (decimal): -8992693 or 4966518. OLE color: 4966518.
HSL color Cylindrical-coordinate representation of color #76C84B: hue angle of 99.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C84B is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 75 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.22 |
| HSL | 99.36º | 0.53% | 0.54% | - |
| HSV(B) | 99.36º | 0.63% | 0.78% | - |
| XYZ | 29.4 | 45.67 | 13.92 | - |
| YUV | 161.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 75 | 0.41 | 0 | 0.62 | 0.22 | 99.36 | 0.53 | 0.54 |
| Hex | 76 | C8 | 4B | 29 | 0 | 3E | 16 | 63 | 35 | 36 |
| Octal | 166 | 310 | 113 | 51 | 0 | 76 | 26 | 143 | 65 | 66 |
| Binary | 1110110 | 11001000 | 1001011 | 101001 | 0 | 111110 | 10110 | 1100011 | 110101 | 110110 |
Color Harmonies of #76C84B
Complementary color
Monochromatic Colors of #76C84B
Black with #76C84B
Text Example
Text Example
White with #76C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C84B; }
p { color: rgb(118,200,75); }
H1.HeaderClassName
{
color: #76C84B;
}
.AnyTagClassName
{
color: #76C84B;
}
</style>
background-color css
<style>
a { background-color: #76C84B; }
a { background-color: rgb(118,200,75); }
div.DivClassName
{
background-color: #76C84B;
}
.BgClassName
{
background-color: #76C84B;
}
</style>
border-color css
<style>
span { border-color: #76C84B; }
span { border-color: rgb(118,200,75); }
td.TdClassName
{
border-color: #76C84B;
}
.TagClassName
{
border-color: #76C84B;
}
</style>