Shades of Mantis #77E751
Tints of Mantis #77E751
RGB
CMYK
RGB Variations
Color information
#77E751 (or 0x77E751) is known color: Mantis. HEX triplet: 77, E7 and 51. RGB value is (119,231,81). Sum of RGB (Red+Green+Blue) = 119+231+81=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 231 (90.62% from 255 or 53.60% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 231 - color contains mainly: green. Hex color #77E751 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77E751 is #8818AE. Grayscale: #B4B4B4. Windows color (decimal): -8919215 or 5367671. OLE color: 5367671.
HSL color Cylindrical-coordinate representation of color #77E751: hue angle of 104.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77E751 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 81 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.09 |
| HSL | 104.8º | 0.76% | 0.61% | - |
| HSV(B) | 104.8º | 0.65% | 0.91% | - |
| XYZ | 37.67 | 61.67 | 17.7 | - |
| YUV | 180.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 81 | 0.48 | 0 | 0.65 | 0.09 | 104.8 | 0.76 | 0.61 |
| Hex | 77 | E7 | 51 | 30 | 0 | 41 | 9 | 69 | 4C | 3D |
| Octal | 167 | 347 | 121 | 60 | 0 | 101 | 11 | 151 | 114 | 75 |
| Binary | 1110111 | 11100111 | 1010001 | 110000 | 0 | 1000001 | 1001 | 1101001 | 1001100 | 111101 |
Color Harmonies of #77E751
Complementary color
Monochromatic Colors of #77E751
Black with #77E751
Text Example
Text Example
White with #77E751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E751; }
p { color: rgb(119,231,81); }
H1.HeaderClassName
{
color: #77E751;
}
.AnyTagClassName
{
color: #77E751;
}
</style>
background-color css
<style>
a { background-color: #77E751; }
a { background-color: rgb(119,231,81); }
div.DivClassName
{
background-color: #77E751;
}
.BgClassName
{
background-color: #77E751;
}
</style>
border-color css
<style>
span { border-color: #77E751; }
span { border-color: rgb(119,231,81); }
td.TdClassName
{
border-color: #77E751;
}
.TagClassName
{
border-color: #77E751;
}
</style>