Shades of Mantis #77BC50
Tints of Mantis #77BC50
RGB
CMYK
RGB Variations
Color information
#77BC50 (or 0x77BC50) is known color: Mantis. HEX triplet: 77, BC and 50. RGB value is (119,188,80). Sum of RGB (Red+Green+Blue) = 119+188+80=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BC50 is #8843AF. Grayscale: #9B9B9B. Windows color (decimal): -8930224 or 5291127. OLE color: 5291127.
HSL color Cylindrical-coordinate representation of color #77BC50: hue angle of 98.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77BC50 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 80 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.26 |
| HSL | 98.33º | 0.45% | 0.53% | - |
| HSV(B) | 98.33º | 0.57% | 0.74% | - |
| XYZ | 27.04 | 40.47 | 13.98 | - |
| YUV | 155.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 80 | 0.37 | 0 | 0.57 | 0.26 | 98.33 | 0.45 | 0.53 |
| Hex | 77 | BC | 50 | 25 | 0 | 39 | 1A | 62 | 2D | 35 |
| Octal | 167 | 274 | 120 | 45 | 0 | 71 | 32 | 142 | 55 | 65 |
| Binary | 1110111 | 10111100 | 1010000 | 100101 | 0 | 111001 | 11010 | 1100010 | 101101 | 110101 |
Color Harmonies of #77BC50
Complementary color
Monochromatic Colors of #77BC50
Black with #77BC50
Text Example
Text Example
White with #77BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC50; }
p { color: rgb(119,188,80); }
H1.HeaderClassName
{
color: #77BC50;
}
.AnyTagClassName
{
color: #77BC50;
}
</style>
background-color css
<style>
a { background-color: #77BC50; }
a { background-color: rgb(119,188,80); }
div.DivClassName
{
background-color: #77BC50;
}
.BgClassName
{
background-color: #77BC50;
}
</style>
border-color css
<style>
span { border-color: #77BC50; }
span { border-color: rgb(119,188,80); }
td.TdClassName
{
border-color: #77BC50;
}
.TagClassName
{
border-color: #77BC50;
}
</style>