Shades of Mantis #77D357
Tints of Mantis #77D357
RGB
CMYK
RGB Variations
Color information
#77D357 (or 0x77D357) is known color: Mantis. HEX triplet: 77, D3 and 57. RGB value is (119,211,87). Sum of RGB (Red+Green+Blue) = 119+211+87=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #77D357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D357 is #882CA8. Grayscale: #A9A9A9. Windows color (decimal): -8924329 or 5755767. OLE color: 5755767.
HSL color Cylindrical-coordinate representation of color #77D357: hue angle of 104.52º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77D357 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 87 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.17 |
| HSL | 104.52º | 0.58% | 0.58% | - |
| HSV(B) | 104.52º | 0.59% | 0.83% | - |
| XYZ | 32.62 | 51.2 | 17.18 | - |
| YUV | 169.36 | 81.52 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 87 | 0.44 | 0 | 0.59 | 0.17 | 104.52 | 0.58 | 0.58 |
| Hex | 77 | D3 | 57 | 2C | 0 | 3B | 11 | 69 | 3A | 3A |
| Octal | 167 | 323 | 127 | 54 | 0 | 73 | 21 | 151 | 72 | 72 |
| Binary | 1110111 | 11010011 | 1010111 | 101100 | 0 | 111011 | 10001 | 1101001 | 111010 | 111010 |
Color Harmonies of #77D357
Complementary color
Monochromatic Colors of #77D357
Black with #77D357
Text Example
Text Example
White with #77D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D357; }
p { color: rgb(119,211,87); }
H1.HeaderClassName
{
color: #77D357;
}
.AnyTagClassName
{
color: #77D357;
}
</style>
background-color css
<style>
a { background-color: #77D357; }
a { background-color: rgb(119,211,87); }
div.DivClassName
{
background-color: #77D357;
}
.BgClassName
{
background-color: #77D357;
}
</style>
border-color css
<style>
span { border-color: #77D357; }
span { border-color: rgb(119,211,87); }
td.TdClassName
{
border-color: #77D357;
}
.TagClassName
{
border-color: #77D357;
}
</style>