Shades of Mantis #76CB57
Tints of Mantis #76CB57
RGB
CMYK
RGB Variations
Color information
#76CB57 (or 0x76CB57) is known color: Mantis. HEX triplet: 76, CB and 57. RGB value is (118,203,87). Sum of RGB (Red+Green+Blue) = 118+203+87=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB57 is #8934A8. Grayscale: #A4A4A4. Windows color (decimal): -8991913 or 5753718. OLE color: 5753718.
HSL color Cylindrical-coordinate representation of color #76CB57: hue angle of 103.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76CB57 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 87 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.20 |
| HSL | 103.97º | 0.53% | 0.57% | - |
| HSV(B) | 103.97º | 0.57% | 0.8% | - |
| XYZ | 30.55 | 47.25 | 16.53 | - |
| YUV | 164.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 87 | 0.42 | 0 | 0.57 | 0.20 | 103.97 | 0.53 | 0.57 |
| Hex | 76 | CB | 57 | 2A | 0 | 39 | 14 | 68 | 35 | 39 |
| Octal | 166 | 313 | 127 | 52 | 0 | 71 | 24 | 150 | 65 | 71 |
| Binary | 1110110 | 11001011 | 1010111 | 101010 | 0 | 111001 | 10100 | 1101000 | 110101 | 111001 |
Color Harmonies of #76CB57
Complementary color
Monochromatic Colors of #76CB57
Black with #76CB57
Text Example
Text Example
White with #76CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB57; }
p { color: rgb(118,203,87); }
H1.HeaderClassName
{
color: #76CB57;
}
.AnyTagClassName
{
color: #76CB57;
}
</style>
background-color css
<style>
a { background-color: #76CB57; }
a { background-color: rgb(118,203,87); }
div.DivClassName
{
background-color: #76CB57;
}
.BgClassName
{
background-color: #76CB57;
}
</style>
border-color css
<style>
span { border-color: #76CB57; }
span { border-color: rgb(118,203,87); }
td.TdClassName
{
border-color: #76CB57;
}
.TagClassName
{
border-color: #76CB57;
}
</style>