Shades of Mantis #77C158
Tints of Mantis #77C158
RGB
CMYK
RGB Variations
Color information
#77C158 (or 0x77C158) is known color: Mantis. HEX triplet: 77, C1 and 58. RGB value is (119,193,88). Sum of RGB (Red+Green+Blue) = 119+193+88=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #77C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C158 is #883EA7. Grayscale: #9F9F9F. Windows color (decimal): -8928936 or 5816695. OLE color: 5816695.
HSL color Cylindrical-coordinate representation of color #77C158: hue angle of 102.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77C158 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 88 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.24 |
| HSL | 102.29º | 0.46% | 0.55% | - |
| HSV(B) | 102.29º | 0.54% | 0.76% | - |
| XYZ | 28.44 | 42.77 | 15.99 | - |
| YUV | 158.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 88 | 0.38 | 0 | 0.54 | 0.24 | 102.29 | 0.46 | 0.55 |
| Hex | 77 | C1 | 58 | 26 | 0 | 36 | 18 | 66 | 2E | 37 |
| Octal | 167 | 301 | 130 | 46 | 0 | 66 | 30 | 146 | 56 | 67 |
| Binary | 1110111 | 11000001 | 1011000 | 100110 | 0 | 110110 | 11000 | 1100110 | 101110 | 110111 |
Color Harmonies of #77C158
Complementary color
Monochromatic Colors of #77C158
Black with #77C158
Text Example
Text Example
White with #77C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C158; }
p { color: rgb(119,193,88); }
H1.HeaderClassName
{
color: #77C158;
}
.AnyTagClassName
{
color: #77C158;
}
</style>
background-color css
<style>
a { background-color: #77C158; }
a { background-color: rgb(119,193,88); }
div.DivClassName
{
background-color: #77C158;
}
.BgClassName
{
background-color: #77C158;
}
</style>
border-color css
<style>
span { border-color: #77C158; }
span { border-color: rgb(119,193,88); }
td.TdClassName
{
border-color: #77C158;
}
.TagClassName
{
border-color: #77C158;
}
</style>