Shades of Mantis #76C85D
Tints of Mantis #76C85D
RGB
CMYK
RGB Variations
Color information
#76C85D (or 0x76C85D) is known color: Mantis. HEX triplet: 76, C8 and 5D. RGB value is (118,200,93). Sum of RGB (Red+Green+Blue) = 118+200+93=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #76C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C85D is #8937A2. Grayscale: #A3A3A3. Windows color (decimal): -8992675 or 6146166. OLE color: 6146166.
HSL color Cylindrical-coordinate representation of color #76C85D: hue angle of 105.98º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C85D is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 93 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.22 |
| HSL | 105.98º | 0.49% | 0.57% | - |
| HSV(B) | 105.98º | 0.54% | 0.78% | - |
| XYZ | 30.1 | 45.95 | 17.64 | - |
| YUV | 163.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 93 | 0.41 | 0 | 0.54 | 0.22 | 105.98 | 0.49 | 0.57 |
| Hex | 76 | C8 | 5D | 29 | 0 | 36 | 16 | 6A | 31 | 39 |
| Octal | 166 | 310 | 135 | 51 | 0 | 66 | 26 | 152 | 61 | 71 |
| Binary | 1110110 | 11001000 | 1011101 | 101001 | 0 | 110110 | 10110 | 1101010 | 110001 | 111001 |
Color Harmonies of #76C85D
Complementary color
Monochromatic Colors of #76C85D
Black with #76C85D
Text Example
Text Example
White with #76C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C85D; }
p { color: rgb(118,200,93); }
H1.HeaderClassName
{
color: #76C85D;
}
.AnyTagClassName
{
color: #76C85D;
}
</style>
background-color css
<style>
a { background-color: #76C85D; }
a { background-color: rgb(118,200,93); }
div.DivClassName
{
background-color: #76C85D;
}
.BgClassName
{
background-color: #76C85D;
}
</style>
border-color css
<style>
span { border-color: #76C85D; }
span { border-color: rgb(118,200,93); }
td.TdClassName
{
border-color: #76C85D;
}
.TagClassName
{
border-color: #76C85D;
}
</style>