Shades of Mantis #77C949
Tints of Mantis #77C949
RGB
CMYK
RGB Variations
Color information
#77C949 (or 0x77C949) is known color: Mantis. HEX triplet: 77, C9 and 49. RGB value is (119,201,73). Sum of RGB (Red+Green+Blue) = 119+201+73=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #77C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C949 is #8836B6. Grayscale: #A2A2A2. Windows color (decimal): -8926903 or 4835703. OLE color: 4835703.
HSL color Cylindrical-coordinate representation of color #77C949: hue angle of 98.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77C949 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 73 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.21 |
| HSL | 98.44º | 0.54% | 0.54% | - |
| HSV(B) | 98.44º | 0.64% | 0.79% | - |
| XYZ | 29.7 | 46.18 | 13.65 | - |
| YUV | 161.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 73 | 0.41 | 0 | 0.64 | 0.21 | 98.44 | 0.54 | 0.54 |
| Hex | 77 | C9 | 49 | 29 | 0 | 40 | 15 | 62 | 36 | 36 |
| Octal | 167 | 311 | 111 | 51 | 0 | 100 | 25 | 142 | 66 | 66 |
| Binary | 1110111 | 11001001 | 1001001 | 101001 | 0 | 1000000 | 10101 | 1100010 | 110110 | 110110 |
Color Harmonies of #77C949
Complementary color
Monochromatic Colors of #77C949
Black with #77C949
Text Example
Text Example
White with #77C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C949; }
p { color: rgb(119,201,73); }
H1.HeaderClassName
{
color: #77C949;
}
.AnyTagClassName
{
color: #77C949;
}
</style>
background-color css
<style>
a { background-color: #77C949; }
a { background-color: rgb(119,201,73); }
div.DivClassName
{
background-color: #77C949;
}
.BgClassName
{
background-color: #77C949;
}
</style>
border-color css
<style>
span { border-color: #77C949; }
span { border-color: rgb(119,201,73); }
td.TdClassName
{
border-color: #77C949;
}
.TagClassName
{
border-color: #77C949;
}
</style>