Shades of Mantis #77BE50
Tints of Mantis #77BE50
RGB
CMYK
RGB Variations
Color information
#77BE50 (or 0x77BE50) is known color: Mantis. HEX triplet: 77, BE and 50. RGB value is (119,190,80). Sum of RGB (Red+Green+Blue) = 119+190+80=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BE50 is #8841AF. Grayscale: #9C9C9C. Windows color (decimal): -8929712 or 5291639. OLE color: 5291639.
HSL color Cylindrical-coordinate representation of color #77BE50: hue angle of 98.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77BE50 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 80 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.25 |
| HSL | 98.73º | 0.46% | 0.53% | - |
| HSV(B) | 98.73º | 0.58% | 0.75% | - |
| XYZ | 27.47 | 41.33 | 14.12 | - |
| YUV | 156.23 | 84.98 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 80 | 0.37 | 0 | 0.58 | 0.25 | 98.73 | 0.46 | 0.53 |
| Hex | 77 | BE | 50 | 25 | 0 | 3A | 19 | 63 | 2E | 35 |
| Octal | 167 | 276 | 120 | 45 | 0 | 72 | 31 | 143 | 56 | 65 |
| Binary | 1110111 | 10111110 | 1010000 | 100101 | 0 | 111010 | 11001 | 1100011 | 101110 | 110101 |
Color Harmonies of #77BE50
Complementary color
Monochromatic Colors of #77BE50
Black with #77BE50
Text Example
Text Example
White with #77BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE50; }
p { color: rgb(119,190,80); }
H1.HeaderClassName
{
color: #77BE50;
}
.AnyTagClassName
{
color: #77BE50;
}
</style>
background-color css
<style>
a { background-color: #77BE50; }
a { background-color: rgb(119,190,80); }
div.DivClassName
{
background-color: #77BE50;
}
.BgClassName
{
background-color: #77BE50;
}
</style>
border-color css
<style>
span { border-color: #77BE50; }
span { border-color: rgb(119,190,80); }
td.TdClassName
{
border-color: #77BE50;
}
.TagClassName
{
border-color: #77BE50;
}
</style>