Shades of Mantis #77C95C
Tints of Mantis #77C95C
RGB
CMYK
RGB Variations
Color information
#77C95C (or 0x77C95C) is known color: Mantis. HEX triplet: 77, C9 and 5C. RGB value is (119,201,92). Sum of RGB (Red+Green+Blue) = 119+201+92=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #77C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C95C is #8836A3. Grayscale: #A4A4A4. Windows color (decimal): -8926884 or 6080887. OLE color: 6080887.
HSL color Cylindrical-coordinate representation of color #77C95C: hue angle of 105.14º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77C95C is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 92 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.21 |
| HSL | 105.14º | 0.5% | 0.57% | - |
| HSV(B) | 105.14º | 0.54% | 0.79% | - |
| XYZ | 30.43 | 46.47 | 17.49 | - |
| YUV | 164.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 92 | 0.41 | 0 | 0.54 | 0.21 | 105.14 | 0.5 | 0.57 |
| Hex | 77 | C9 | 5C | 29 | 0 | 36 | 15 | 69 | 32 | 39 |
| Octal | 167 | 311 | 134 | 51 | 0 | 66 | 25 | 151 | 62 | 71 |
| Binary | 1110111 | 11001001 | 1011100 | 101001 | 0 | 110110 | 10101 | 1101001 | 110010 | 111001 |
Color Harmonies of #77C95C
Complementary color
Monochromatic Colors of #77C95C
Black with #77C95C
Text Example
Text Example
White with #77C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C95C; }
p { color: rgb(119,201,92); }
H1.HeaderClassName
{
color: #77C95C;
}
.AnyTagClassName
{
color: #77C95C;
}
</style>
background-color css
<style>
a { background-color: #77C95C; }
a { background-color: rgb(119,201,92); }
div.DivClassName
{
background-color: #77C95C;
}
.BgClassName
{
background-color: #77C95C;
}
</style>
border-color css
<style>
span { border-color: #77C95C; }
span { border-color: rgb(119,201,92); }
td.TdClassName
{
border-color: #77C95C;
}
.TagClassName
{
border-color: #77C95C;
}
</style>