Shades of Mantis #77C461
Tints of Mantis #77C461
RGB
CMYK
RGB Variations
Color information
#77C461 (or 0x77C461) is known color: Mantis. HEX triplet: 77, C4 and 61. RGB value is (119,196,97). Sum of RGB (Red+Green+Blue) = 119+196+97=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #77C461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C461 is #883B9E. Grayscale: #A2A2A2. Windows color (decimal): -8928159 or 6407287. OLE color: 6407287.
HSL color Cylindrical-coordinate representation of color #77C461: hue angle of 106.67º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77C461 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 97 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.23 |
| HSL | 106.67º | 0.46% | 0.57% | - |
| HSV(B) | 106.67º | 0.51% | 0.77% | - |
| XYZ | 29.51 | 44.26 | 18.3 | - |
| YUV | 161.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 97 | 0.39 | 0 | 0.51 | 0.23 | 106.67 | 0.46 | 0.57 |
| Hex | 77 | C4 | 61 | 27 | 0 | 33 | 17 | 6B | 2E | 39 |
| Octal | 167 | 304 | 141 | 47 | 0 | 63 | 27 | 153 | 56 | 71 |
| Binary | 1110111 | 11000100 | 1100001 | 100111 | 0 | 110011 | 10111 | 1101011 | 101110 | 111001 |
Color Harmonies of #77C461
Complementary color
Monochromatic Colors of #77C461
Black with #77C461
Text Example
Text Example
White with #77C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C461; }
p { color: rgb(119,196,97); }
H1.HeaderClassName
{
color: #77C461;
}
.AnyTagClassName
{
color: #77C461;
}
</style>
background-color css
<style>
a { background-color: #77C461; }
a { background-color: rgb(119,196,97); }
div.DivClassName
{
background-color: #77C461;
}
.BgClassName
{
background-color: #77C461;
}
</style>
border-color css
<style>
span { border-color: #77C461; }
span { border-color: rgb(119,196,97); }
td.TdClassName
{
border-color: #77C461;
}
.TagClassName
{
border-color: #77C461;
}
</style>