Shades of Mantis #77BE55
Tints of Mantis #77BE55
RGB
CMYK
RGB Variations
Color information
#77BE55 (or 0x77BE55) is known color: Mantis. HEX triplet: 77, BE and 55. RGB value is (119,190,85). Sum of RGB (Red+Green+Blue) = 119+190+85=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BE55 is #8841AA. Grayscale: #9D9D9D. Windows color (decimal): -8929707 or 5619319. OLE color: 5619319.
HSL color Cylindrical-coordinate representation of color #77BE55: hue angle of 100.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77BE55 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 85 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.25 |
| HSL | 100.57º | 0.45% | 0.54% | - |
| HSV(B) | 100.57º | 0.55% | 0.75% | - |
| XYZ | 27.66 | 41.4 | 15.13 | - |
| YUV | 156.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 85 | 0.37 | 0 | 0.55 | 0.25 | 100.57 | 0.45 | 0.54 |
| Hex | 77 | BE | 55 | 25 | 0 | 37 | 19 | 65 | 2D | 36 |
| Octal | 167 | 276 | 125 | 45 | 0 | 67 | 31 | 145 | 55 | 66 |
| Binary | 1110111 | 10111110 | 1010101 | 100101 | 0 | 110111 | 11001 | 1100101 | 101101 | 110110 |
Color Harmonies of #77BE55
Complementary color
Monochromatic Colors of #77BE55
Black with #77BE55
Text Example
Text Example
White with #77BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE55; }
p { color: rgb(119,190,85); }
H1.HeaderClassName
{
color: #77BE55;
}
.AnyTagClassName
{
color: #77BE55;
}
</style>
background-color css
<style>
a { background-color: #77BE55; }
a { background-color: rgb(119,190,85); }
div.DivClassName
{
background-color: #77BE55;
}
.BgClassName
{
background-color: #77BE55;
}
</style>
border-color css
<style>
span { border-color: #77BE55; }
span { border-color: rgb(119,190,85); }
td.TdClassName
{
border-color: #77BE55;
}
.TagClassName
{
border-color: #77BE55;
}
</style>