Shades of Mantis #76CA5B
Tints of Mantis #76CA5B
RGB
CMYK
RGB Variations
Color information
#76CA5B (or 0x76CA5B) is known color: Mantis. HEX triplet: 76, CA and 5B. RGB value is (118,202,91). Sum of RGB (Red+Green+Blue) = 118+202+91=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA5B is #8935A4. Grayscale: #A4A4A4. Windows color (decimal): -8992165 or 6015606. OLE color: 6015606.
HSL color Cylindrical-coordinate representation of color #76CA5B: hue angle of 105.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76CA5B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 91 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.21 |
| HSL | 105.41º | 0.51% | 0.57% | - |
| HSV(B) | 105.41º | 0.55% | 0.79% | - |
| XYZ | 30.48 | 46.85 | 17.33 | - |
| YUV | 164.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 91 | 0.42 | 0 | 0.55 | 0.21 | 105.41 | 0.51 | 0.57 |
| Hex | 76 | CA | 5B | 2A | 0 | 37 | 15 | 69 | 33 | 39 |
| Octal | 166 | 312 | 133 | 52 | 0 | 67 | 25 | 151 | 63 | 71 |
| Binary | 1110110 | 11001010 | 1011011 | 101010 | 0 | 110111 | 10101 | 1101001 | 110011 | 111001 |
Color Harmonies of #76CA5B
Complementary color
Monochromatic Colors of #76CA5B
Black with #76CA5B
Text Example
Text Example
White with #76CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA5B; }
p { color: rgb(118,202,91); }
H1.HeaderClassName
{
color: #76CA5B;
}
.AnyTagClassName
{
color: #76CA5B;
}
</style>
background-color css
<style>
a { background-color: #76CA5B; }
a { background-color: rgb(118,202,91); }
div.DivClassName
{
background-color: #76CA5B;
}
.BgClassName
{
background-color: #76CA5B;
}
</style>
border-color css
<style>
span { border-color: #76CA5B; }
span { border-color: rgb(118,202,91); }
td.TdClassName
{
border-color: #76CA5B;
}
.TagClassName
{
border-color: #76CA5B;
}
</style>