Shades of Mantis #76C84E
Tints of Mantis #76C84E
RGB
CMYK
RGB Variations
Color information
#76C84E (or 0x76C84E) is known color: Mantis. HEX triplet: 76, C8 and 4E. RGB value is (118,200,78). Sum of RGB (Red+Green+Blue) = 118+200+78=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #76C84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C84E is #8937B1. Grayscale: #A1A1A1. Windows color (decimal): -8992690 or 5163126. OLE color: 5163126.
HSL color Cylindrical-coordinate representation of color #76C84E: hue angle of 100.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76C84E is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 78 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.22 |
| HSL | 100.33º | 0.53% | 0.55% | - |
| HSV(B) | 100.33º | 0.61% | 0.78% | - |
| XYZ | 29.5 | 45.71 | 14.48 | - |
| YUV | 161.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 78 | 0.41 | 0 | 0.61 | 0.22 | 100.33 | 0.53 | 0.55 |
| Hex | 76 | C8 | 4E | 29 | 0 | 3D | 16 | 64 | 35 | 37 |
| Octal | 166 | 310 | 116 | 51 | 0 | 75 | 26 | 144 | 65 | 67 |
| Binary | 1110110 | 11001000 | 1001110 | 101001 | 0 | 111101 | 10110 | 1100100 | 110101 | 110111 |
Color Harmonies of #76C84E
Complementary color
Monochromatic Colors of #76C84E
Black with #76C84E
Text Example
Text Example
White with #76C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C84E; }
p { color: rgb(118,200,78); }
H1.HeaderClassName
{
color: #76C84E;
}
.AnyTagClassName
{
color: #76C84E;
}
</style>
background-color css
<style>
a { background-color: #76C84E; }
a { background-color: rgb(118,200,78); }
div.DivClassName
{
background-color: #76C84E;
}
.BgClassName
{
background-color: #76C84E;
}
</style>
border-color css
<style>
span { border-color: #76C84E; }
span { border-color: rgb(118,200,78); }
td.TdClassName
{
border-color: #76C84E;
}
.TagClassName
{
border-color: #76C84E;
}
</style>