Shades of Mantis #77C048
Tints of Mantis #77C048
RGB
CMYK
RGB Variations
Color information
#77C048 (or 0x77C048) is known color: Mantis. HEX triplet: 77, C0 and 48. RGB value is (119,192,72). Sum of RGB (Red+Green+Blue) = 119+192+72=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #77C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C048 is #883FB7. Grayscale: #9C9C9C. Windows color (decimal): -8929208 or 4767863. OLE color: 4767863.
HSL color Cylindrical-coordinate representation of color #77C048: hue angle of 96.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77C048 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 72 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.25 |
| HSL | 96.5º | 0.49% | 0.52% | - |
| HSV(B) | 96.5º | 0.63% | 0.75% | - |
| XYZ | 27.63 | 42.09 | 12.8 | - |
| YUV | 156.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 72 | 0.38 | 0 | 0.63 | 0.25 | 96.5 | 0.49 | 0.52 |
| Hex | 77 | C0 | 48 | 26 | 0 | 3F | 19 | 60 | 31 | 34 |
| Octal | 167 | 300 | 110 | 46 | 0 | 77 | 31 | 140 | 61 | 64 |
| Binary | 1110111 | 11000000 | 1001000 | 100110 | 0 | 111111 | 11001 | 1100000 | 110001 | 110100 |
Color Harmonies of #77C048
Complementary color
Monochromatic Colors of #77C048
Black with #77C048
Text Example
Text Example
White with #77C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C048; }
p { color: rgb(119,192,72); }
H1.HeaderClassName
{
color: #77C048;
}
.AnyTagClassName
{
color: #77C048;
}
</style>
background-color css
<style>
a { background-color: #77C048; }
a { background-color: rgb(119,192,72); }
div.DivClassName
{
background-color: #77C048;
}
.BgClassName
{
background-color: #77C048;
}
</style>
border-color css
<style>
span { border-color: #77C048; }
span { border-color: rgb(119,192,72); }
td.TdClassName
{
border-color: #77C048;
}
.TagClassName
{
border-color: #77C048;
}
</style>