Shades of Mantis #77BF54
Tints of Mantis #77BF54
RGB
CMYK
RGB Variations
Color information
#77BF54 (or 0x77BF54) is known color: Mantis. HEX triplet: 77, BF and 54. RGB value is (119,191,84). Sum of RGB (Red+Green+Blue) = 119+191+84=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF54 is #8840AB. Grayscale: #9D9D9D. Windows color (decimal): -8929452 or 5554039. OLE color: 5554039.
HSL color Cylindrical-coordinate representation of color #77BF54: hue angle of 100.37º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77BF54 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 84 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.25 |
| HSL | 100.37º | 0.46% | 0.54% | - |
| HSV(B) | 100.37º | 0.56% | 0.75% | - |
| XYZ | 27.84 | 41.82 | 14.99 | - |
| YUV | 157.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 84 | 0.38 | 0 | 0.56 | 0.25 | 100.37 | 0.46 | 0.54 |
| Hex | 77 | BF | 54 | 26 | 0 | 38 | 19 | 64 | 2E | 36 |
| Octal | 167 | 277 | 124 | 46 | 0 | 70 | 31 | 144 | 56 | 66 |
| Binary | 1110111 | 10111111 | 1010100 | 100110 | 0 | 111000 | 11001 | 1100100 | 101110 | 110110 |
Color Harmonies of #77BF54
Complementary color
Monochromatic Colors of #77BF54
Black with #77BF54
Text Example
Text Example
White with #77BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF54; }
p { color: rgb(119,191,84); }
H1.HeaderClassName
{
color: #77BF54;
}
.AnyTagClassName
{
color: #77BF54;
}
</style>
background-color css
<style>
a { background-color: #77BF54; }
a { background-color: rgb(119,191,84); }
div.DivClassName
{
background-color: #77BF54;
}
.BgClassName
{
background-color: #77BF54;
}
</style>
border-color css
<style>
span { border-color: #77BF54; }
span { border-color: rgb(119,191,84); }
td.TdClassName
{
border-color: #77BF54;
}
.TagClassName
{
border-color: #77BF54;
}
</style>