Shades of Mantis #76CA5E
Tints of Mantis #76CA5E
RGB
CMYK
RGB Variations
Color information
#76CA5E (or 0x76CA5E) is known color: Mantis. HEX triplet: 76, CA and 5E. RGB value is (118,202,94). Sum of RGB (Red+Green+Blue) = 118+202+94=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA5E is #8935A1. Grayscale: #A4A4A4. Windows color (decimal): -8992162 or 6212214. OLE color: 6212214.
HSL color Cylindrical-coordinate representation of color #76CA5E: hue angle of 106.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76CA5E is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 94 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.21 |
| HSL | 106.67º | 0.5% | 0.58% | - |
| HSV(B) | 106.67º | 0.53% | 0.79% | - |
| XYZ | 30.61 | 46.9 | 18.03 | - |
| YUV | 164.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 94 | 0.42 | 0 | 0.53 | 0.21 | 106.67 | 0.5 | 0.58 |
| Hex | 76 | CA | 5E | 2A | 0 | 35 | 15 | 6B | 32 | 3A |
| Octal | 166 | 312 | 136 | 52 | 0 | 65 | 25 | 153 | 62 | 72 |
| Binary | 1110110 | 11001010 | 1011110 | 101010 | 0 | 110101 | 10101 | 1101011 | 110010 | 111010 |
Color Harmonies of #76CA5E
Complementary color
Monochromatic Colors of #76CA5E
Black with #76CA5E
Text Example
Text Example
White with #76CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA5E; }
p { color: rgb(118,202,94); }
H1.HeaderClassName
{
color: #76CA5E;
}
.AnyTagClassName
{
color: #76CA5E;
}
</style>
background-color css
<style>
a { background-color: #76CA5E; }
a { background-color: rgb(118,202,94); }
div.DivClassName
{
background-color: #76CA5E;
}
.BgClassName
{
background-color: #76CA5E;
}
</style>
border-color css
<style>
span { border-color: #76CA5E; }
span { border-color: rgb(118,202,94); }
td.TdClassName
{
border-color: #76CA5E;
}
.TagClassName
{
border-color: #76CA5E;
}
</style>