Shades of Mantis #77C54A
Tints of Mantis #77C54A
RGB
CMYK
RGB Variations
Color information
#77C54A (or 0x77C54A) is known color: Mantis. HEX triplet: 77, C5 and 4A. RGB value is (119,197,74). Sum of RGB (Red+Green+Blue) = 119+197+74=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #77C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C54A is #883AB5. Grayscale: #A0A0A0. Windows color (decimal): -8927926 or 4900215. OLE color: 4900215.
HSL color Cylindrical-coordinate representation of color #77C54A: hue angle of 98.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77C54A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 74 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.23 |
| HSL | 98.05º | 0.51% | 0.53% | - |
| HSV(B) | 98.05º | 0.62% | 0.77% | - |
| XYZ | 28.81 | 44.35 | 13.52 | - |
| YUV | 159.66 | 79.66 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 74 | 0.40 | 0 | 0.62 | 0.23 | 98.05 | 0.51 | 0.53 |
| Hex | 77 | C5 | 4A | 28 | 0 | 3E | 17 | 62 | 33 | 35 |
| Octal | 167 | 305 | 112 | 50 | 0 | 76 | 27 | 142 | 63 | 65 |
| Binary | 1110111 | 11000101 | 1001010 | 101000 | 0 | 111110 | 10111 | 1100010 | 110011 | 110101 |
Color Harmonies of #77C54A
Complementary color
Monochromatic Colors of #77C54A
Black with #77C54A
Text Example
Text Example
White with #77C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C54A; }
p { color: rgb(119,197,74); }
H1.HeaderClassName
{
color: #77C54A;
}
.AnyTagClassName
{
color: #77C54A;
}
</style>
background-color css
<style>
a { background-color: #77C54A; }
a { background-color: rgb(119,197,74); }
div.DivClassName
{
background-color: #77C54A;
}
.BgClassName
{
background-color: #77C54A;
}
</style>
border-color css
<style>
span { border-color: #77C54A; }
span { border-color: rgb(119,197,74); }
td.TdClassName
{
border-color: #77C54A;
}
.TagClassName
{
border-color: #77C54A;
}
</style>