Shades of Mantis #77BB4F
Tints of Mantis #77BB4F
RGB
CMYK
RGB Variations
Color information
#77BB4F (or 0x77BB4F) is known color: Mantis. HEX triplet: 77, BB and 4F. RGB value is (119,187,79). Sum of RGB (Red+Green+Blue) = 119+187+79=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BB4F is #8844B0. Grayscale: #9A9A9A. Windows color (decimal): -8930481 or 5225335. OLE color: 5225335.
HSL color Cylindrical-coordinate representation of color #77BB4F: hue angle of 97.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77BB4F is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 187 | 79 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.27 |
| HSL | 97.78º | 0.44% | 0.52% | - |
| HSV(B) | 97.78º | 0.58% | 0.73% | - |
| XYZ | 26.79 | 40.03 | 13.71 | - |
| YUV | 154.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 79 | 0.36 | 0 | 0.58 | 0.27 | 97.78 | 0.44 | 0.52 |
| Hex | 77 | BB | 4F | 24 | 0 | 3A | 1B | 62 | 2C | 34 |
| Octal | 167 | 273 | 117 | 44 | 0 | 72 | 33 | 142 | 54 | 64 |
| Binary | 1110111 | 10111011 | 1001111 | 100100 | 0 | 111010 | 11011 | 1100010 | 101100 | 110100 |
Color Harmonies of #77BB4F
Complementary color
Monochromatic Colors of #77BB4F
Black with #77BB4F
Text Example
Text Example
White with #77BB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BB4F; }
p { color: rgb(119,187,79); }
H1.HeaderClassName
{
color: #77BB4F;
}
.AnyTagClassName
{
color: #77BB4F;
}
</style>
background-color css
<style>
a { background-color: #77BB4F; }
a { background-color: rgb(119,187,79); }
div.DivClassName
{
background-color: #77BB4F;
}
.BgClassName
{
background-color: #77BB4F;
}
</style>
border-color css
<style>
span { border-color: #77BB4F; }
span { border-color: rgb(119,187,79); }
td.TdClassName
{
border-color: #77BB4F;
}
.TagClassName
{
border-color: #77BB4F;
}
</style>