Shades of Mantis #77C05F
Tints of Mantis #77C05F
RGB
CMYK
RGB Variations
Color information
#77C05F (or 0x77C05F) is known color: Mantis. HEX triplet: 77, C0 and 5F. RGB value is (119,192,95). Sum of RGB (Red+Green+Blue) = 119+192+95=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #77C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C05F is #883FA0. Grayscale: #9F9F9F. Windows color (decimal): -8929185 or 6275191. OLE color: 6275191.
HSL color Cylindrical-coordinate representation of color #77C05F: hue angle of 105.15º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77C05F is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 95 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.25 |
| HSL | 105.15º | 0.43% | 0.56% | - |
| HSV(B) | 105.15º | 0.51% | 0.75% | - |
| XYZ | 28.52 | 42.45 | 17.52 | - |
| YUV | 159.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 95 | 0.38 | 0 | 0.51 | 0.25 | 105.15 | 0.43 | 0.56 |
| Hex | 77 | C0 | 5F | 26 | 0 | 33 | 19 | 69 | 2B | 38 |
| Octal | 167 | 300 | 137 | 46 | 0 | 63 | 31 | 151 | 53 | 70 |
| Binary | 1110111 | 11000000 | 1011111 | 100110 | 0 | 110011 | 11001 | 1101001 | 101011 | 111000 |
Color Harmonies of #77C05F
Complementary color
Monochromatic Colors of #77C05F
Black with #77C05F
Text Example
Text Example
White with #77C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C05F; }
p { color: rgb(119,192,95); }
H1.HeaderClassName
{
color: #77C05F;
}
.AnyTagClassName
{
color: #77C05F;
}
</style>
background-color css
<style>
a { background-color: #77C05F; }
a { background-color: rgb(119,192,95); }
div.DivClassName
{
background-color: #77C05F;
}
.BgClassName
{
background-color: #77C05F;
}
</style>
border-color css
<style>
span { border-color: #77C05F; }
span { border-color: rgb(119,192,95); }
td.TdClassName
{
border-color: #77C05F;
}
.TagClassName
{
border-color: #77C05F;
}
</style>