Shades of Mantis #77E34D
Tints of Mantis #77E34D
RGB
CMYK
RGB Variations
Color information
#77E34D (or 0x77E34D) is known color: Mantis. HEX triplet: 77, E3 and 4D. RGB value is (119,227,77). Sum of RGB (Red+Green+Blue) = 119+227+77=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #77E34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77E34D is #881CB2. Grayscale: #B2B2B2. Windows color (decimal): -8920243 or 5104503. OLE color: 5104503.
HSL color Cylindrical-coordinate representation of color #77E34D: hue angle of 103.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77E34D is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 77 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.11 |
| HSL | 103.2º | 0.73% | 0.6% | - |
| HSV(B) | 103.2º | 0.66% | 0.89% | - |
| XYZ | 36.42 | 59.4 | 16.57 | - |
| YUV | 177.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 77 | 0.48 | 0 | 0.66 | 0.11 | 103.2 | 0.73 | 0.6 |
| Hex | 77 | E3 | 4D | 30 | 0 | 42 | B | 67 | 49 | 3C |
| Octal | 167 | 343 | 115 | 60 | 0 | 102 | 13 | 147 | 111 | 74 |
| Binary | 1110111 | 11100011 | 1001101 | 110000 | 0 | 1000010 | 1011 | 1100111 | 1001001 | 111100 |
Color Harmonies of #77E34D
Complementary color
Monochromatic Colors of #77E34D
Black with #77E34D
Text Example
Text Example
White with #77E34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E34D; }
p { color: rgb(119,227,77); }
H1.HeaderClassName
{
color: #77E34D;
}
.AnyTagClassName
{
color: #77E34D;
}
</style>
background-color css
<style>
a { background-color: #77E34D; }
a { background-color: rgb(119,227,77); }
div.DivClassName
{
background-color: #77E34D;
}
.BgClassName
{
background-color: #77E34D;
}
</style>
border-color css
<style>
span { border-color: #77E34D; }
span { border-color: rgb(119,227,77); }
td.TdClassName
{
border-color: #77E34D;
}
.TagClassName
{
border-color: #77E34D;
}
</style>