Shades of Mantis #77C351
Tints of Mantis #77C351
RGB
CMYK
RGB Variations
Color information
#77C351 (or 0x77C351) is known color: Mantis. HEX triplet: 77, C3 and 51. RGB value is (119,195,81). Sum of RGB (Red+Green+Blue) = 119+195+81=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #77C351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C351 is #883CAE. Grayscale: #9F9F9F. Windows color (decimal): -8928431 or 5358455. OLE color: 5358455.
HSL color Cylindrical-coordinate representation of color #77C351: hue angle of 100º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77C351 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 81 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.24 |
| HSL | 100º | 0.49% | 0.54% | - |
| HSV(B) | 100º | 0.58% | 0.76% | - |
| XYZ | 28.61 | 43.55 | 14.68 | - |
| YUV | 159.28 | 83.82 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 81 | 0.39 | 0 | 0.58 | 0.24 | 100 | 0.49 | 0.54 |
| Hex | 77 | C3 | 51 | 27 | 0 | 3A | 18 | 64 | 31 | 36 |
| Octal | 167 | 303 | 121 | 47 | 0 | 72 | 30 | 144 | 61 | 66 |
| Binary | 1110111 | 11000011 | 1010001 | 100111 | 0 | 111010 | 11000 | 1100100 | 110001 | 110110 |
Color Harmonies of #77C351
Complementary color
Monochromatic Colors of #77C351
Black with #77C351
Text Example
Text Example
White with #77C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C351; }
p { color: rgb(119,195,81); }
H1.HeaderClassName
{
color: #77C351;
}
.AnyTagClassName
{
color: #77C351;
}
</style>
background-color css
<style>
a { background-color: #77C351; }
a { background-color: rgb(119,195,81); }
div.DivClassName
{
background-color: #77C351;
}
.BgClassName
{
background-color: #77C351;
}
</style>
border-color css
<style>
span { border-color: #77C351; }
span { border-color: rgb(119,195,81); }
td.TdClassName
{
border-color: #77C351;
}
.TagClassName
{
border-color: #77C351;
}
</style>