Shades of Mantis #76CB60
Tints of Mantis #76CB60
RGB
CMYK
RGB Variations
Color information
#76CB60 (or 0x76CB60) is known color: Mantis. HEX triplet: 76, CB and 60. RGB value is (118,203,96). Sum of RGB (Red+Green+Blue) = 118+203+96=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB60 is #89349F. Grayscale: #A5A5A5. Windows color (decimal): -8991904 or 6343542. OLE color: 6343542.
HSL color Cylindrical-coordinate representation of color #76CB60: hue angle of 107.66º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76CB60 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 96 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.20 |
| HSL | 107.66º | 0.51% | 0.59% | - |
| HSV(B) | 107.66º | 0.53% | 0.8% | - |
| XYZ | 30.94 | 47.41 | 18.59 | - |
| YUV | 165.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 96 | 0.42 | 0 | 0.53 | 0.20 | 107.66 | 0.51 | 0.59 |
| Hex | 76 | CB | 60 | 2A | 0 | 35 | 14 | 6C | 33 | 3B |
| Octal | 166 | 313 | 140 | 52 | 0 | 65 | 24 | 154 | 63 | 73 |
| Binary | 1110110 | 11001011 | 1100000 | 101010 | 0 | 110101 | 10100 | 1101100 | 110011 | 111011 |
Color Harmonies of #76CB60
Complementary color
Monochromatic Colors of #76CB60
Black with #76CB60
Text Example
Text Example
White with #76CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB60; }
p { color: rgb(118,203,96); }
H1.HeaderClassName
{
color: #76CB60;
}
.AnyTagClassName
{
color: #76CB60;
}
</style>
background-color css
<style>
a { background-color: #76CB60; }
a { background-color: rgb(118,203,96); }
div.DivClassName
{
background-color: #76CB60;
}
.BgClassName
{
background-color: #76CB60;
}
</style>
border-color css
<style>
span { border-color: #76CB60; }
span { border-color: rgb(118,203,96); }
td.TdClassName
{
border-color: #76CB60;
}
.TagClassName
{
border-color: #76CB60;
}
</style>