Shades of Mantis #77E346
Tints of Mantis #77E346
RGB
CMYK
RGB Variations
Color information
#77E346 (or 0x77E346) is known color: Mantis. HEX triplet: 77, E3 and 46. RGB value is (119,227,70). Sum of RGB (Red+Green+Blue) = 119+227+70=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #77E346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77E346 is #881CB9. Grayscale: #B1B1B1. Windows color (decimal): -8920250 or 4645751. OLE color: 4645751.
HSL color Cylindrical-coordinate representation of color #77E346: hue angle of 101.27º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77E346 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 70 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.11 |
| HSL | 101.27º | 0.74% | 0.58% | - |
| HSV(B) | 101.27º | 0.69% | 0.89% | - |
| XYZ | 36.18 | 59.3 | 15.33 | - |
| YUV | 176.81 | 67.72 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 70 | 0.48 | 0 | 0.69 | 0.11 | 101.27 | 0.74 | 0.58 |
| Hex | 77 | E3 | 46 | 30 | 0 | 45 | B | 65 | 4A | 3A |
| Octal | 167 | 343 | 106 | 60 | 0 | 105 | 13 | 145 | 112 | 72 |
| Binary | 1110111 | 11100011 | 1000110 | 110000 | 0 | 1000101 | 1011 | 1100101 | 1001010 | 111010 |
Color Harmonies of #77E346
Complementary color
Monochromatic Colors of #77E346
Black with #77E346
Text Example
Text Example
White with #77E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E346; }
p { color: rgb(119,227,70); }
H1.HeaderClassName
{
color: #77E346;
}
.AnyTagClassName
{
color: #77E346;
}
</style>
background-color css
<style>
a { background-color: #77E346; }
a { background-color: rgb(119,227,70); }
div.DivClassName
{
background-color: #77E346;
}
.BgClassName
{
background-color: #77E346;
}
</style>
border-color css
<style>
span { border-color: #77E346; }
span { border-color: rgb(119,227,70); }
td.TdClassName
{
border-color: #77E346;
}
.TagClassName
{
border-color: #77E346;
}
</style>