Shades of Mantis #77C84A
Tints of Mantis #77C84A
RGB
CMYK
RGB Variations
Color information
#77C84A (or 0x77C84A) is known color: Mantis. HEX triplet: 77, C8 and 4A. RGB value is (119,200,74). Sum of RGB (Red+Green+Blue) = 119+200+74=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #77C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C84A is #8837B5. Grayscale: #A1A1A1. Windows color (decimal): -8927158 or 4900983. OLE color: 4900983.
HSL color Cylindrical-coordinate representation of color #77C84A: hue angle of 98.57º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77C84A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 74 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.22 |
| HSL | 98.57º | 0.53% | 0.54% | - |
| HSV(B) | 98.57º | 0.63% | 0.78% | - |
| XYZ | 29.5 | 45.72 | 13.75 | - |
| YUV | 161.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 74 | 0.40 | 0 | 0.63 | 0.22 | 98.57 | 0.53 | 0.54 |
| Hex | 77 | C8 | 4A | 28 | 0 | 3F | 16 | 63 | 35 | 36 |
| Octal | 167 | 310 | 112 | 50 | 0 | 77 | 26 | 143 | 65 | 66 |
| Binary | 1110111 | 11001000 | 1001010 | 101000 | 0 | 111111 | 10110 | 1100011 | 110101 | 110110 |
Color Harmonies of #77C84A
Complementary color
Monochromatic Colors of #77C84A
Black with #77C84A
Text Example
Text Example
White with #77C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C84A; }
p { color: rgb(119,200,74); }
H1.HeaderClassName
{
color: #77C84A;
}
.AnyTagClassName
{
color: #77C84A;
}
</style>
background-color css
<style>
a { background-color: #77C84A; }
a { background-color: rgb(119,200,74); }
div.DivClassName
{
background-color: #77C84A;
}
.BgClassName
{
background-color: #77C84A;
}
</style>
border-color css
<style>
span { border-color: #77C84A; }
span { border-color: rgb(119,200,74); }
td.TdClassName
{
border-color: #77C84A;
}
.TagClassName
{
border-color: #77C84A;
}
</style>