Shades of Mantis #77D950
Tints of Mantis #77D950
RGB
CMYK
RGB Variations
Color information
#77D950 (or 0x77D950) is known color: Mantis. HEX triplet: 77, D9 and 50. RGB value is (119,217,80). Sum of RGB (Red+Green+Blue) = 119+217+80=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #77D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D950 is #8826AF. Grayscale: #ACACAC. Windows color (decimal): -8922800 or 5298551. OLE color: 5298551.
HSL color Cylindrical-coordinate representation of color #77D950: hue angle of 102.92º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77D950 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 80 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.15 |
| HSL | 102.92º | 0.64% | 0.58% | - |
| HSV(B) | 102.92º | 0.63% | 0.85% | - |
| XYZ | 33.87 | 54.13 | 16.25 | - |
| YUV | 172.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 80 | 0.45 | 0 | 0.63 | 0.15 | 102.92 | 0.64 | 0.58 |
| Hex | 77 | D9 | 50 | 2D | 0 | 3F | F | 67 | 40 | 3A |
| Octal | 167 | 331 | 120 | 55 | 0 | 77 | 17 | 147 | 100 | 72 |
| Binary | 1110111 | 11011001 | 1010000 | 101101 | 0 | 111111 | 1111 | 1100111 | 1000000 | 111010 |
Color Harmonies of #77D950
Complementary color
Monochromatic Colors of #77D950
Black with #77D950
Text Example
Text Example
White with #77D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D950; }
p { color: rgb(119,217,80); }
H1.HeaderClassName
{
color: #77D950;
}
.AnyTagClassName
{
color: #77D950;
}
</style>
background-color css
<style>
a { background-color: #77D950; }
a { background-color: rgb(119,217,80); }
div.DivClassName
{
background-color: #77D950;
}
.BgClassName
{
background-color: #77D950;
}
</style>
border-color css
<style>
span { border-color: #77D950; }
span { border-color: rgb(119,217,80); }
td.TdClassName
{
border-color: #77D950;
}
.TagClassName
{
border-color: #77D950;
}
</style>