Shades of Mantis #77C15A
Tints of Mantis #77C15A
RGB
CMYK
RGB Variations
Color information
#77C15A (or 0x77C15A) is known color: Mantis. HEX triplet: 77, C1 and 5A. RGB value is (119,193,90). Sum of RGB (Red+Green+Blue) = 119+193+90=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #77C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C15A is #883EA5. Grayscale: #9F9F9F. Windows color (decimal): -8928934 or 5947767. OLE color: 5947767.
HSL color Cylindrical-coordinate representation of color #77C15A: hue angle of 103.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C15A is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 90 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.24 |
| HSL | 103.11º | 0.45% | 0.55% | - |
| HSV(B) | 103.11º | 0.53% | 0.76% | - |
| XYZ | 28.52 | 42.8 | 16.43 | - |
| YUV | 159.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 90 | 0.38 | 0 | 0.53 | 0.24 | 103.11 | 0.45 | 0.55 |
| Hex | 77 | C1 | 5A | 26 | 0 | 35 | 18 | 67 | 2D | 37 |
| Octal | 167 | 301 | 132 | 46 | 0 | 65 | 30 | 147 | 55 | 67 |
| Binary | 1110111 | 11000001 | 1011010 | 100110 | 0 | 110101 | 11000 | 1100111 | 101101 | 110111 |
Color Harmonies of #77C15A
Complementary color
Monochromatic Colors of #77C15A
Black with #77C15A
Text Example
Text Example
White with #77C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C15A; }
p { color: rgb(119,193,90); }
H1.HeaderClassName
{
color: #77C15A;
}
.AnyTagClassName
{
color: #77C15A;
}
</style>
background-color css
<style>
a { background-color: #77C15A; }
a { background-color: rgb(119,193,90); }
div.DivClassName
{
background-color: #77C15A;
}
.BgClassName
{
background-color: #77C15A;
}
</style>
border-color css
<style>
span { border-color: #77C15A; }
span { border-color: rgb(119,193,90); }
td.TdClassName
{
border-color: #77C15A;
}
.TagClassName
{
border-color: #77C15A;
}
</style>