Shades of Mantis #77BE5D
Tints of Mantis #77BE5D
RGB
CMYK
RGB Variations
Color information
#77BE5D (or 0x77BE5D) is known color: Mantis. HEX triplet: 77, BE and 5D. RGB value is (119,190,93). Sum of RGB (Red+Green+Blue) = 119+190+93=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BE5D is #8841A2. Grayscale: #9E9E9E. Windows color (decimal): -8929699 or 6143607. OLE color: 6143607.
HSL color Cylindrical-coordinate representation of color #77BE5D: hue angle of 103.92º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77BE5D is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 93 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.25 |
| HSL | 103.92º | 0.43% | 0.55% | - |
| HSV(B) | 103.92º | 0.51% | 0.75% | - |
| XYZ | 28 | 41.54 | 16.9 | - |
| YUV | 157.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 93 | 0.37 | 0 | 0.51 | 0.25 | 103.92 | 0.43 | 0.55 |
| Hex | 77 | BE | 5D | 25 | 0 | 33 | 19 | 68 | 2B | 37 |
| Octal | 167 | 276 | 135 | 45 | 0 | 63 | 31 | 150 | 53 | 67 |
| Binary | 1110111 | 10111110 | 1011101 | 100101 | 0 | 110011 | 11001 | 1101000 | 101011 | 110111 |
Color Harmonies of #77BE5D
Complementary color
Monochromatic Colors of #77BE5D
Black with #77BE5D
Text Example
Text Example
White with #77BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE5D; }
p { color: rgb(119,190,93); }
H1.HeaderClassName
{
color: #77BE5D;
}
.AnyTagClassName
{
color: #77BE5D;
}
</style>
background-color css
<style>
a { background-color: #77BE5D; }
a { background-color: rgb(119,190,93); }
div.DivClassName
{
background-color: #77BE5D;
}
.BgClassName
{
background-color: #77BE5D;
}
</style>
border-color css
<style>
span { border-color: #77BE5D; }
span { border-color: rgb(119,190,93); }
td.TdClassName
{
border-color: #77BE5D;
}
.TagClassName
{
border-color: #77BE5D;
}
</style>