Shades of Mantis #77BF55
Tints of Mantis #77BF55
RGB
CMYK
RGB Variations
Color information
#77BF55 (or 0x77BF55) is known color: Mantis. HEX triplet: 77, BF and 55. RGB value is (119,191,85). Sum of RGB (Red+Green+Blue) = 119+191+85=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF55 is #8840AA. Grayscale: #9D9D9D. Windows color (decimal): -8929451 or 5619575. OLE color: 5619575.
HSL color Cylindrical-coordinate representation of color #77BF55: hue angle of 100.75º 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 #77BF55 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 85 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.25 |
| HSL | 100.75º | 0.45% | 0.54% | - |
| HSV(B) | 100.75º | 0.55% | 0.75% | - |
| XYZ | 27.88 | 41.84 | 15.2 | - |
| YUV | 157.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 85 | 0.38 | 0 | 0.55 | 0.25 | 100.75 | 0.45 | 0.54 |
| Hex | 77 | BF | 55 | 26 | 0 | 37 | 19 | 65 | 2D | 36 |
| Octal | 167 | 277 | 125 | 46 | 0 | 67 | 31 | 145 | 55 | 66 |
| Binary | 1110111 | 10111111 | 1010101 | 100110 | 0 | 110111 | 11001 | 1100101 | 101101 | 110110 |
Color Harmonies of #77BF55
Complementary color
Monochromatic Colors of #77BF55
Black with #77BF55
Text Example
Text Example
White with #77BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF55; }
p { color: rgb(119,191,85); }
H1.HeaderClassName
{
color: #77BF55;
}
.AnyTagClassName
{
color: #77BF55;
}
</style>
background-color css
<style>
a { background-color: #77BF55; }
a { background-color: rgb(119,191,85); }
div.DivClassName
{
background-color: #77BF55;
}
.BgClassName
{
background-color: #77BF55;
}
</style>
border-color css
<style>
span { border-color: #77BF55; }
span { border-color: rgb(119,191,85); }
td.TdClassName
{
border-color: #77BF55;
}
.TagClassName
{
border-color: #77BF55;
}
</style>