Shades of Mantis #77C148
Tints of Mantis #77C148
RGB
CMYK
RGB Variations
Color information
#77C148 (or 0x77C148) is known color: Mantis. HEX triplet: 77, C1 and 48. RGB value is (119,193,72). Sum of RGB (Red+Green+Blue) = 119+193+72=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #77C148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C148 is #883EB7. Grayscale: #9D9D9D. Windows color (decimal): -8928952 or 4768119. OLE color: 4768119.
HSL color Cylindrical-coordinate representation of color #77C148: hue angle of 96.69º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77C148 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 72 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.24 |
| HSL | 96.69º | 0.49% | 0.52% | - |
| HSV(B) | 96.69º | 0.63% | 0.76% | - |
| XYZ | 27.85 | 42.53 | 12.87 | - |
| YUV | 157.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 72 | 0.38 | 0 | 0.63 | 0.24 | 96.69 | 0.49 | 0.52 |
| Hex | 77 | C1 | 48 | 26 | 0 | 3F | 18 | 61 | 31 | 34 |
| Octal | 167 | 301 | 110 | 46 | 0 | 77 | 30 | 141 | 61 | 64 |
| Binary | 1110111 | 11000001 | 1001000 | 100110 | 0 | 111111 | 11000 | 1100001 | 110001 | 110100 |
Color Harmonies of #77C148
Complementary color
Monochromatic Colors of #77C148
Black with #77C148
Text Example
Text Example
White with #77C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C148; }
p { color: rgb(119,193,72); }
H1.HeaderClassName
{
color: #77C148;
}
.AnyTagClassName
{
color: #77C148;
}
</style>
background-color css
<style>
a { background-color: #77C148; }
a { background-color: rgb(119,193,72); }
div.DivClassName
{
background-color: #77C148;
}
.BgClassName
{
background-color: #77C148;
}
</style>
border-color css
<style>
span { border-color: #77C148; }
span { border-color: rgb(119,193,72); }
td.TdClassName
{
border-color: #77C148;
}
.TagClassName
{
border-color: #77C148;
}
</style>