Shades of Mantis #77D048
Tints of Mantis #77D048
RGB
CMYK
RGB Variations
Color information
#77D048 (or 0x77D048) is known color: Mantis. HEX triplet: 77, D0 and 48. RGB value is (119,208,72). Sum of RGB (Red+Green+Blue) = 119+208+72=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #77D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D048 is #882FB7. Grayscale: #A6A6A6. Windows color (decimal): -8925112 or 4771959. OLE color: 4771959.
HSL color Cylindrical-coordinate representation of color #77D048: hue angle of 99.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77D048 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 72 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.18 |
| HSL | 99.26º | 0.59% | 0.55% | - |
| HSV(B) | 99.26º | 0.65% | 0.82% | - |
| XYZ | 31.33 | 49.5 | 14.03 | - |
| YUV | 165.89 | 75.01 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 72 | 0.43 | 0 | 0.65 | 0.18 | 99.26 | 0.59 | 0.55 |
| Hex | 77 | D0 | 48 | 2B | 0 | 41 | 12 | 63 | 3B | 37 |
| Octal | 167 | 320 | 110 | 53 | 0 | 101 | 22 | 143 | 73 | 67 |
| Binary | 1110111 | 11010000 | 1001000 | 101011 | 0 | 1000001 | 10010 | 1100011 | 111011 | 110111 |
Color Harmonies of #77D048
Complementary color
Monochromatic Colors of #77D048
Black with #77D048
Text Example
Text Example
White with #77D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D048; }
p { color: rgb(119,208,72); }
H1.HeaderClassName
{
color: #77D048;
}
.AnyTagClassName
{
color: #77D048;
}
</style>
background-color css
<style>
a { background-color: #77D048; }
a { background-color: rgb(119,208,72); }
div.DivClassName
{
background-color: #77D048;
}
.BgClassName
{
background-color: #77D048;
}
</style>
border-color css
<style>
span { border-color: #77D048; }
span { border-color: rgb(119,208,72); }
td.TdClassName
{
border-color: #77D048;
}
.TagClassName
{
border-color: #77D048;
}
</style>