Shades of Mantis #77C363
Tints of Mantis #77C363
RGB
CMYK
RGB Variations
Color information
#77C363 (or 0x77C363) is known color: Mantis. HEX triplet: 77, C3 and 63. RGB value is (119,195,99). Sum of RGB (Red+Green+Blue) = 119+195+99=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #77C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C363 is #883C9C. Grayscale: #A1A1A1. Windows color (decimal): -8928413 or 6538103. OLE color: 6538103.
HSL color Cylindrical-coordinate representation of color #77C363: hue angle of 107.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77C363 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 99 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.24 |
| HSL | 107.5º | 0.44% | 0.58% | - |
| HSV(B) | 107.5º | 0.49% | 0.76% | - |
| XYZ | 29.37 | 43.85 | 18.72 | - |
| YUV | 161.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 99 | 0.39 | 0 | 0.49 | 0.24 | 107.5 | 0.44 | 0.58 |
| Hex | 77 | C3 | 63 | 27 | 0 | 31 | 18 | 6C | 2C | 3A |
| Octal | 167 | 303 | 143 | 47 | 0 | 61 | 30 | 154 | 54 | 72 |
| Binary | 1110111 | 11000011 | 1100011 | 100111 | 0 | 110001 | 11000 | 1101100 | 101100 | 111010 |
Color Harmonies of #77C363
Complementary color
Monochromatic Colors of #77C363
Black with #77C363
Text Example
Text Example
White with #77C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C363; }
p { color: rgb(119,195,99); }
H1.HeaderClassName
{
color: #77C363;
}
.AnyTagClassName
{
color: #77C363;
}
</style>
background-color css
<style>
a { background-color: #77C363; }
a { background-color: rgb(119,195,99); }
div.DivClassName
{
background-color: #77C363;
}
.BgClassName
{
background-color: #77C363;
}
</style>
border-color css
<style>
span { border-color: #77C363; }
span { border-color: rgb(119,195,99); }
td.TdClassName
{
border-color: #77C363;
}
.TagClassName
{
border-color: #77C363;
}
</style>