Shades of Mantis #76CA60
Tints of Mantis #76CA60
RGB
CMYK
RGB Variations
Color information
#76CA60 (or 0x76CA60) is known color: Mantis. HEX triplet: 76, CA and 60. RGB value is (118,202,96). Sum of RGB (Red+Green+Blue) = 118+202+96=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA60 is #89359F. Grayscale: #A5A5A5. Windows color (decimal): -8992160 or 6343286. OLE color: 6343286.
HSL color Cylindrical-coordinate representation of color #76CA60: hue angle of 107.55º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76CA60 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 96 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.21 |
| HSL | 107.55º | 0.5% | 0.58% | - |
| HSV(B) | 107.55º | 0.52% | 0.79% | - |
| XYZ | 30.7 | 46.94 | 18.51 | - |
| YUV | 164.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 96 | 0.42 | 0 | 0.52 | 0.21 | 107.55 | 0.5 | 0.58 |
| Hex | 76 | CA | 60 | 2A | 0 | 34 | 15 | 6C | 32 | 3A |
| Octal | 166 | 312 | 140 | 52 | 0 | 64 | 25 | 154 | 62 | 72 |
| Binary | 1110110 | 11001010 | 1100000 | 101010 | 0 | 110100 | 10101 | 1101100 | 110010 | 111010 |
Color Harmonies of #76CA60
Complementary color
Monochromatic Colors of #76CA60
Black with #76CA60
Text Example
Text Example
White with #76CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA60; }
p { color: rgb(118,202,96); }
H1.HeaderClassName
{
color: #76CA60;
}
.AnyTagClassName
{
color: #76CA60;
}
</style>
background-color css
<style>
a { background-color: #76CA60; }
a { background-color: rgb(118,202,96); }
div.DivClassName
{
background-color: #76CA60;
}
.BgClassName
{
background-color: #76CA60;
}
</style>
border-color css
<style>
span { border-color: #76CA60; }
span { border-color: rgb(118,202,96); }
td.TdClassName
{
border-color: #76CA60;
}
.TagClassName
{
border-color: #76CA60;
}
</style>