Shades of Mantis #77C44A
Tints of Mantis #77C44A
RGB
CMYK
RGB Variations
Color information
#77C44A (or 0x77C44A) is known color: Mantis. HEX triplet: 77, C4 and 4A. RGB value is (119,196,74). Sum of RGB (Red+Green+Blue) = 119+196+74=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #77C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C44A is #883BB5. Grayscale: #9F9F9F. Windows color (decimal): -8928182 or 4899959. OLE color: 4899959.
HSL color Cylindrical-coordinate representation of color #77C44A: hue angle of 97.87º 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 #77C44A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 74 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.23 |
| HSL | 97.87º | 0.51% | 0.53% | - |
| HSV(B) | 97.87º | 0.62% | 0.77% | - |
| XYZ | 28.58 | 43.9 | 13.44 | - |
| YUV | 159.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 74 | 0.39 | 0 | 0.62 | 0.23 | 97.87 | 0.51 | 0.53 |
| Hex | 77 | C4 | 4A | 27 | 0 | 3E | 17 | 62 | 33 | 35 |
| Octal | 167 | 304 | 112 | 47 | 0 | 76 | 27 | 142 | 63 | 65 |
| Binary | 1110111 | 11000100 | 1001010 | 100111 | 0 | 111110 | 10111 | 1100010 | 110011 | 110101 |
Color Harmonies of #77C44A
Complementary color
Monochromatic Colors of #77C44A
Black with #77C44A
Text Example
Text Example
White with #77C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C44A; }
p { color: rgb(119,196,74); }
H1.HeaderClassName
{
color: #77C44A;
}
.AnyTagClassName
{
color: #77C44A;
}
</style>
background-color css
<style>
a { background-color: #77C44A; }
a { background-color: rgb(119,196,74); }
div.DivClassName
{
background-color: #77C44A;
}
.BgClassName
{
background-color: #77C44A;
}
</style>
border-color css
<style>
span { border-color: #77C44A; }
span { border-color: rgb(119,196,74); }
td.TdClassName
{
border-color: #77C44A;
}
.TagClassName
{
border-color: #77C44A;
}
</style>