Shades of Mantis #77E151
Tints of Mantis #77E151
RGB
CMYK
RGB Variations
Color information
#77E151 (or 0x77E151) is known color: Mantis. HEX triplet: 77, E1 and 51. RGB value is (119,225,81). Sum of RGB (Red+Green+Blue) = 119+225+81=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #77E151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77E151 is #881EAE. Grayscale: #B1B1B1. Windows color (decimal): -8920751 or 5366135. OLE color: 5366135.
HSL color Cylindrical-coordinate representation of color #77E151: hue angle of 104.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77E151 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 225 | 81 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.12 |
| HSL | 104.17º | 0.71% | 0.6% | - |
| HSV(B) | 104.17º | 0.64% | 0.88% | - |
| XYZ | 36.02 | 58.37 | 17.15 | - |
| YUV | 176.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 225 | 81 | 0.47 | 0 | 0.64 | 0.12 | 104.17 | 0.71 | 0.6 |
| Hex | 77 | E1 | 51 | 2F | 0 | 40 | C | 68 | 47 | 3C |
| Octal | 167 | 341 | 121 | 57 | 0 | 100 | 14 | 150 | 107 | 74 |
| Binary | 1110111 | 11100001 | 1010001 | 101111 | 0 | 1000000 | 1100 | 1101000 | 1000111 | 111100 |
Color Harmonies of #77E151
Complementary color
Monochromatic Colors of #77E151
Black with #77E151
Text Example
Text Example
White with #77E151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E151; }
p { color: rgb(119,225,81); }
H1.HeaderClassName
{
color: #77E151;
}
.AnyTagClassName
{
color: #77E151;
}
</style>
background-color css
<style>
a { background-color: #77E151; }
a { background-color: rgb(119,225,81); }
div.DivClassName
{
background-color: #77E151;
}
.BgClassName
{
background-color: #77E151;
}
</style>
border-color css
<style>
span { border-color: #77E151; }
span { border-color: rgb(119,225,81); }
td.TdClassName
{
border-color: #77E151;
}
.TagClassName
{
border-color: #77E151;
}
</style>