Shades of Mantis #77C15C
Tints of Mantis #77C15C
RGB
CMYK
RGB Variations
Color information
#77C15C (or 0x77C15C) is known color: Mantis. HEX triplet: 77, C1 and 5C. RGB value is (119,193,92). Sum of RGB (Red+Green+Blue) = 119+193+92=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #77C15C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C15C is #883EA3. Grayscale: #9F9F9F. Windows color (decimal): -8928932 or 6078839. OLE color: 6078839.
HSL color Cylindrical-coordinate representation of color #77C15C: hue angle of 103.96º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77C15C is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 92 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.24 |
| HSL | 103.96º | 0.45% | 0.56% | - |
| HSV(B) | 103.96º | 0.52% | 0.76% | - |
| XYZ | 28.61 | 42.83 | 16.89 | - |
| YUV | 159.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 92 | 0.38 | 0 | 0.52 | 0.24 | 103.96 | 0.45 | 0.56 |
| Hex | 77 | C1 | 5C | 26 | 0 | 34 | 18 | 68 | 2D | 38 |
| Octal | 167 | 301 | 134 | 46 | 0 | 64 | 30 | 150 | 55 | 70 |
| Binary | 1110111 | 11000001 | 1011100 | 100110 | 0 | 110100 | 11000 | 1101000 | 101101 | 111000 |
Color Harmonies of #77C15C
Complementary color
Monochromatic Colors of #77C15C
Black with #77C15C
Text Example
Text Example
White with #77C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C15C; }
p { color: rgb(119,193,92); }
H1.HeaderClassName
{
color: #77C15C;
}
.AnyTagClassName
{
color: #77C15C;
}
</style>
background-color css
<style>
a { background-color: #77C15C; }
a { background-color: rgb(119,193,92); }
div.DivClassName
{
background-color: #77C15C;
}
.BgClassName
{
background-color: #77C15C;
}
</style>
border-color css
<style>
span { border-color: #77C15C; }
span { border-color: rgb(119,193,92); }
td.TdClassName
{
border-color: #77C15C;
}
.TagClassName
{
border-color: #77C15C;
}
</style>