Shades of Mantis #77C94F
Tints of Mantis #77C94F
RGB
CMYK
RGB Variations
Color information
#77C94F (or 0x77C94F) is known color: Mantis. HEX triplet: 77, C9 and 4F. RGB value is (119,201,79). Sum of RGB (Red+Green+Blue) = 119+201+79=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #77C94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C94F is #8836B0. Grayscale: #A2A2A2. Windows color (decimal): -8926897 or 5228919. OLE color: 5228919.
HSL color Cylindrical-coordinate representation of color #77C94F: hue angle of 100.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77C94F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 79 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.21 |
| HSL | 100.33º | 0.53% | 0.55% | - |
| HSV(B) | 100.33º | 0.61% | 0.79% | - |
| XYZ | 29.91 | 46.26 | 14.75 | - |
| YUV | 162.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 79 | 0.41 | 0 | 0.61 | 0.21 | 100.33 | 0.53 | 0.55 |
| Hex | 77 | C9 | 4F | 29 | 0 | 3D | 15 | 64 | 35 | 37 |
| Octal | 167 | 311 | 117 | 51 | 0 | 75 | 25 | 144 | 65 | 67 |
| Binary | 1110111 | 11001001 | 1001111 | 101001 | 0 | 111101 | 10101 | 1100100 | 110101 | 110111 |
Color Harmonies of #77C94F
Complementary color
Monochromatic Colors of #77C94F
Black with #77C94F
Text Example
Text Example
White with #77C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C94F; }
p { color: rgb(119,201,79); }
H1.HeaderClassName
{
color: #77C94F;
}
.AnyTagClassName
{
color: #77C94F;
}
</style>
background-color css
<style>
a { background-color: #77C94F; }
a { background-color: rgb(119,201,79); }
div.DivClassName
{
background-color: #77C94F;
}
.BgClassName
{
background-color: #77C94F;
}
</style>
border-color css
<style>
span { border-color: #77C94F; }
span { border-color: rgb(119,201,79); }
td.TdClassName
{
border-color: #77C94F;
}
.TagClassName
{
border-color: #77C94F;
}
</style>