Shades of Mantis #77C958
Tints of Mantis #77C958
RGB
CMYK
RGB Variations
Color information
#77C958 (or 0x77C958) is known color: Mantis. HEX triplet: 77, C9 and 58. RGB value is (119,201,88). Sum of RGB (Red+Green+Blue) = 119+201+88=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #77C958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C958 is #8836A7. Grayscale: #A3A3A3. Windows color (decimal): -8926888 or 5818743. OLE color: 5818743.
HSL color Cylindrical-coordinate representation of color #77C958: hue angle of 103.54º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77C958 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 88 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.21 |
| HSL | 103.54º | 0.51% | 0.57% | - |
| HSV(B) | 103.54º | 0.56% | 0.79% | - |
| XYZ | 30.26 | 46.4 | 16.59 | - |
| YUV | 163.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 88 | 0.41 | 0 | 0.56 | 0.21 | 103.54 | 0.51 | 0.57 |
| Hex | 77 | C9 | 58 | 29 | 0 | 38 | 15 | 68 | 33 | 39 |
| Octal | 167 | 311 | 130 | 51 | 0 | 70 | 25 | 150 | 63 | 71 |
| Binary | 1110111 | 11001001 | 1011000 | 101001 | 0 | 111000 | 10101 | 1101000 | 110011 | 111001 |
Color Harmonies of #77C958
Complementary color
Monochromatic Colors of #77C958
Black with #77C958
Text Example
Text Example
White with #77C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C958; }
p { color: rgb(119,201,88); }
H1.HeaderClassName
{
color: #77C958;
}
.AnyTagClassName
{
color: #77C958;
}
</style>
background-color css
<style>
a { background-color: #77C958; }
a { background-color: rgb(119,201,88); }
div.DivClassName
{
background-color: #77C958;
}
.BgClassName
{
background-color: #77C958;
}
</style>
border-color css
<style>
span { border-color: #77C958; }
span { border-color: rgb(119,201,88); }
td.TdClassName
{
border-color: #77C958;
}
.TagClassName
{
border-color: #77C958;
}
</style>