Shades of Mantis #77C84C
Tints of Mantis #77C84C
RGB
CMYK
RGB Variations
Color information
#77C84C (or 0x77C84C) is known color: Mantis. HEX triplet: 77, C8 and 4C. RGB value is (119,200,76). Sum of RGB (Red+Green+Blue) = 119+200+76=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #77C84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C84C is #8837B3. Grayscale: #A2A2A2. Windows color (decimal): -8927156 or 5032055. OLE color: 5032055.
HSL color Cylindrical-coordinate representation of color #77C84C: hue angle of 99.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77C84C is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 76 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.22 |
| HSL | 99.19º | 0.53% | 0.54% | - |
| HSV(B) | 99.19º | 0.62% | 0.78% | - |
| XYZ | 29.57 | 45.75 | 14.11 | - |
| YUV | 161.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 76 | 0.40 | 0 | 0.62 | 0.22 | 99.19 | 0.53 | 0.54 |
| Hex | 77 | C8 | 4C | 28 | 0 | 3E | 16 | 63 | 35 | 36 |
| Octal | 167 | 310 | 114 | 50 | 0 | 76 | 26 | 143 | 65 | 66 |
| Binary | 1110111 | 11001000 | 1001100 | 101000 | 0 | 111110 | 10110 | 1100011 | 110101 | 110110 |
Color Harmonies of #77C84C
Complementary color
Monochromatic Colors of #77C84C
Black with #77C84C
Text Example
Text Example
White with #77C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C84C; }
p { color: rgb(119,200,76); }
H1.HeaderClassName
{
color: #77C84C;
}
.AnyTagClassName
{
color: #77C84C;
}
</style>
background-color css
<style>
a { background-color: #77C84C; }
a { background-color: rgb(119,200,76); }
div.DivClassName
{
background-color: #77C84C;
}
.BgClassName
{
background-color: #77C84C;
}
</style>
border-color css
<style>
span { border-color: #77C84C; }
span { border-color: rgb(119,200,76); }
td.TdClassName
{
border-color: #77C84C;
}
.TagClassName
{
border-color: #77C84C;
}
</style>