Shades of Mantis #77CA5E
Tints of Mantis #77CA5E
RGB
CMYK
RGB Variations
Color information
#77CA5E (or 0x77CA5E) is known color: Mantis. HEX triplet: 77, CA and 5E. RGB value is (119,202,94). Sum of RGB (Red+Green+Blue) = 119+202+94=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA5E is #8835A1. Grayscale: #A5A5A5. Windows color (decimal): -8926626 or 6212215. OLE color: 6212215.
HSL color Cylindrical-coordinate representation of color #77CA5E: hue angle of 106.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CA5E is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 94 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.21 |
| HSL | 106.11º | 0.5% | 0.58% | - |
| HSV(B) | 106.11º | 0.53% | 0.79% | - |
| XYZ | 30.75 | 46.97 | 18.04 | - |
| YUV | 164.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 94 | 0.41 | 0 | 0.53 | 0.21 | 106.11 | 0.5 | 0.58 |
| Hex | 77 | CA | 5E | 29 | 0 | 35 | 15 | 6A | 32 | 3A |
| Octal | 167 | 312 | 136 | 51 | 0 | 65 | 25 | 152 | 62 | 72 |
| Binary | 1110111 | 11001010 | 1011110 | 101001 | 0 | 110101 | 10101 | 1101010 | 110010 | 111010 |
Color Harmonies of #77CA5E
Complementary color
Monochromatic Colors of #77CA5E
Black with #77CA5E
Text Example
Text Example
White with #77CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA5E; }
p { color: rgb(119,202,94); }
H1.HeaderClassName
{
color: #77CA5E;
}
.AnyTagClassName
{
color: #77CA5E;
}
</style>
background-color css
<style>
a { background-color: #77CA5E; }
a { background-color: rgb(119,202,94); }
div.DivClassName
{
background-color: #77CA5E;
}
.BgClassName
{
background-color: #77CA5E;
}
</style>
border-color css
<style>
span { border-color: #77CA5E; }
span { border-color: rgb(119,202,94); }
td.TdClassName
{
border-color: #77CA5E;
}
.TagClassName
{
border-color: #77CA5E;
}
</style>