Shades of Mantis #77D346
Tints of Mantis #77D346
RGB
CMYK
RGB Variations
Color information
#77D346 (or 0x77D346) is known color: Mantis. HEX triplet: 77, D3 and 46. RGB value is (119,211,70). Sum of RGB (Red+Green+Blue) = 119+211+70=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #77D346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D346 is #882CB9. Grayscale: #A7A7A7. Windows color (decimal): -8924346 or 4641655. OLE color: 4641655.
HSL color Cylindrical-coordinate representation of color #77D346: hue angle of 99.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77D346 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 70 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.17 |
| HSL | 99.15º | 0.62% | 0.55% | - |
| HSV(B) | 99.15º | 0.67% | 0.83% | - |
| XYZ | 32.01 | 50.95 | 13.94 | - |
| YUV | 167.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 70 | 0.44 | 0 | 0.67 | 0.17 | 99.15 | 0.62 | 0.55 |
| Hex | 77 | D3 | 46 | 2C | 0 | 43 | 11 | 63 | 3E | 37 |
| Octal | 167 | 323 | 106 | 54 | 0 | 103 | 21 | 143 | 76 | 67 |
| Binary | 1110111 | 11010011 | 1000110 | 101100 | 0 | 1000011 | 10001 | 1100011 | 111110 | 110111 |
Color Harmonies of #77D346
Complementary color
Monochromatic Colors of #77D346
Black with #77D346
Text Example
Text Example
White with #77D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D346; }
p { color: rgb(119,211,70); }
H1.HeaderClassName
{
color: #77D346;
}
.AnyTagClassName
{
color: #77D346;
}
</style>
background-color css
<style>
a { background-color: #77D346; }
a { background-color: rgb(119,211,70); }
div.DivClassName
{
background-color: #77D346;
}
.BgClassName
{
background-color: #77D346;
}
</style>
border-color css
<style>
span { border-color: #77D346; }
span { border-color: rgb(119,211,70); }
td.TdClassName
{
border-color: #77D346;
}
.TagClassName
{
border-color: #77D346;
}
</style>