Shades of Mantis #77BF5F
Tints of Mantis #77BF5F
RGB
CMYK
RGB Variations
Color information
#77BF5F (or 0x77BF5F) is known color: Mantis. HEX triplet: 77, BF and 5F. RGB value is (119,191,95). Sum of RGB (Red+Green+Blue) = 119+191+95=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF5F is #8840A0. Grayscale: #9E9E9E. Windows color (decimal): -8929441 or 6274935. OLE color: 6274935.
HSL color Cylindrical-coordinate representation of color #77BF5F: hue angle of 105º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77BF5F is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 95 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.25 |
| HSL | 105º | 0.43% | 0.56% | - |
| HSV(B) | 105º | 0.5% | 0.75% | - |
| XYZ | 28.3 | 42.01 | 17.44 | - |
| YUV | 158.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 95 | 0.38 | 0 | 0.50 | 0.25 | 105 | 0.43 | 0.56 |
| Hex | 77 | BF | 5F | 26 | 0 | 32 | 19 | 69 | 2B | 38 |
| Octal | 167 | 277 | 137 | 46 | 0 | 62 | 31 | 151 | 53 | 70 |
| Binary | 1110111 | 10111111 | 1011111 | 100110 | 0 | 110010 | 11001 | 1101001 | 101011 | 111000 |
Color Harmonies of #77BF5F
Complementary color
Monochromatic Colors of #77BF5F
Black with #77BF5F
Text Example
Text Example
White with #77BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF5F; }
p { color: rgb(119,191,95); }
H1.HeaderClassName
{
color: #77BF5F;
}
.AnyTagClassName
{
color: #77BF5F;
}
</style>
background-color css
<style>
a { background-color: #77BF5F; }
a { background-color: rgb(119,191,95); }
div.DivClassName
{
background-color: #77BF5F;
}
.BgClassName
{
background-color: #77BF5F;
}
</style>
border-color css
<style>
span { border-color: #77BF5F; }
span { border-color: rgb(119,191,95); }
td.TdClassName
{
border-color: #77BF5F;
}
.TagClassName
{
border-color: #77BF5F;
}
</style>