Shades of Mantis #77CA5B
Tints of Mantis #77CA5B
RGB
CMYK
RGB Variations
Color information
#77CA5B (or 0x77CA5B) is known color: Mantis. HEX triplet: 77, CA and 5B. RGB value is (119,202,91). Sum of RGB (Red+Green+Blue) = 119+202+91=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA5B is #8835A4. Grayscale: #A4A4A4. Windows color (decimal): -8926629 or 6015607. OLE color: 6015607.
HSL color Cylindrical-coordinate representation of color #77CA5B: hue angle of 104.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77CA5B is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 91 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.21 |
| HSL | 104.86º | 0.51% | 0.57% | - |
| HSV(B) | 104.86º | 0.55% | 0.79% | - |
| XYZ | 30.62 | 46.92 | 17.34 | - |
| YUV | 164.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 91 | 0.41 | 0 | 0.55 | 0.21 | 104.86 | 0.51 | 0.57 |
| Hex | 77 | CA | 5B | 29 | 0 | 37 | 15 | 69 | 33 | 39 |
| Octal | 167 | 312 | 133 | 51 | 0 | 67 | 25 | 151 | 63 | 71 |
| Binary | 1110111 | 11001010 | 1011011 | 101001 | 0 | 110111 | 10101 | 1101001 | 110011 | 111001 |
Color Harmonies of #77CA5B
Complementary color
Monochromatic Colors of #77CA5B
Black with #77CA5B
Text Example
Text Example
White with #77CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA5B; }
p { color: rgb(119,202,91); }
H1.HeaderClassName
{
color: #77CA5B;
}
.AnyTagClassName
{
color: #77CA5B;
}
</style>
background-color css
<style>
a { background-color: #77CA5B; }
a { background-color: rgb(119,202,91); }
div.DivClassName
{
background-color: #77CA5B;
}
.BgClassName
{
background-color: #77CA5B;
}
</style>
border-color css
<style>
span { border-color: #77CA5B; }
span { border-color: rgb(119,202,91); }
td.TdClassName
{
border-color: #77CA5B;
}
.TagClassName
{
border-color: #77CA5B;
}
</style>