Shades of Mantis #77BF5B
Tints of Mantis #77BF5B
RGB
CMYK
RGB Variations
Color information
#77BF5B (or 0x77BF5B) is known color: Mantis. HEX triplet: 77, BF and 5B. RGB value is (119,191,91). Sum of RGB (Red+Green+Blue) = 119+191+91=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF5B is #8840A4. Grayscale: #9E9E9E. Windows color (decimal): -8929445 or 6012791. OLE color: 6012791.
HSL color Cylindrical-coordinate representation of color #77BF5B: hue angle of 103.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77BF5B is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 91 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.25 |
| HSL | 103.2º | 0.44% | 0.55% | - |
| HSV(B) | 103.2º | 0.52% | 0.75% | - |
| XYZ | 28.13 | 41.94 | 16.51 | - |
| YUV | 158.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 91 | 0.38 | 0 | 0.52 | 0.25 | 103.2 | 0.44 | 0.55 |
| Hex | 77 | BF | 5B | 26 | 0 | 34 | 19 | 67 | 2C | 37 |
| Octal | 167 | 277 | 133 | 46 | 0 | 64 | 31 | 147 | 54 | 67 |
| Binary | 1110111 | 10111111 | 1011011 | 100110 | 0 | 110100 | 11001 | 1100111 | 101100 | 110111 |
Color Harmonies of #77BF5B
Complementary color
Monochromatic Colors of #77BF5B
Black with #77BF5B
Text Example
Text Example
White with #77BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF5B; }
p { color: rgb(119,191,91); }
H1.HeaderClassName
{
color: #77BF5B;
}
.AnyTagClassName
{
color: #77BF5B;
}
</style>
background-color css
<style>
a { background-color: #77BF5B; }
a { background-color: rgb(119,191,91); }
div.DivClassName
{
background-color: #77BF5B;
}
.BgClassName
{
background-color: #77BF5B;
}
</style>
border-color css
<style>
span { border-color: #77BF5B; }
span { border-color: rgb(119,191,91); }
td.TdClassName
{
border-color: #77BF5B;
}
.TagClassName
{
border-color: #77BF5B;
}
</style>