Shades of Mantis #77BE5E
Tints of Mantis #77BE5E
RGB
CMYK
RGB Variations
Color information
#77BE5E (or 0x77BE5E) is known color: Mantis. HEX triplet: 77, BE and 5E. RGB value is (119,190,94). Sum of RGB (Red+Green+Blue) = 119+190+94=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BE5E is #8841A1. Grayscale: #9E9E9E. Windows color (decimal): -8929698 or 6209143. OLE color: 6209143.
HSL color Cylindrical-coordinate representation of color #77BE5E: hue angle of 104.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77BE5E is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 94 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.25 |
| HSL | 104.38º | 0.42% | 0.56% | - |
| HSV(B) | 104.38º | 0.51% | 0.75% | - |
| XYZ | 28.04 | 41.56 | 17.13 | - |
| YUV | 157.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 94 | 0.37 | 0 | 0.51 | 0.25 | 104.38 | 0.42 | 0.56 |
| Hex | 77 | BE | 5E | 25 | 0 | 33 | 19 | 68 | 2A | 38 |
| Octal | 167 | 276 | 136 | 45 | 0 | 63 | 31 | 150 | 52 | 70 |
| Binary | 1110111 | 10111110 | 1011110 | 100101 | 0 | 110011 | 11001 | 1101000 | 101010 | 111000 |
Color Harmonies of #77BE5E
Complementary color
Monochromatic Colors of #77BE5E
Black with #77BE5E
Text Example
Text Example
White with #77BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE5E; }
p { color: rgb(119,190,94); }
H1.HeaderClassName
{
color: #77BE5E;
}
.AnyTagClassName
{
color: #77BE5E;
}
</style>
background-color css
<style>
a { background-color: #77BE5E; }
a { background-color: rgb(119,190,94); }
div.DivClassName
{
background-color: #77BE5E;
}
.BgClassName
{
background-color: #77BE5E;
}
</style>
border-color css
<style>
span { border-color: #77BE5E; }
span { border-color: rgb(119,190,94); }
td.TdClassName
{
border-color: #77BE5E;
}
.TagClassName
{
border-color: #77BE5E;
}
</style>