Shades of Mantis #77C85B
Tints of Mantis #77C85B
RGB
CMYK
RGB Variations
Color information
#77C85B (or 0x77C85B) is known color: Mantis. HEX triplet: 77, C8 and 5B. RGB value is (119,200,91). Sum of RGB (Red+Green+Blue) = 119+200+91=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #77C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C85B is #8837A4. Grayscale: #A3A3A3. Windows color (decimal): -8927141 or 6015095. OLE color: 6015095.
HSL color Cylindrical-coordinate representation of color #77C85B: hue angle of 104.59º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77C85B is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 91 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.22 |
| HSL | 104.59º | 0.5% | 0.57% | - |
| HSV(B) | 104.59º | 0.55% | 0.78% | - |
| XYZ | 30.15 | 45.99 | 17.18 | - |
| YUV | 163.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 91 | 0.40 | 0 | 0.54 | 0.22 | 104.59 | 0.5 | 0.57 |
| Hex | 77 | C8 | 5B | 28 | 0 | 36 | 16 | 69 | 32 | 39 |
| Octal | 167 | 310 | 133 | 50 | 0 | 66 | 26 | 151 | 62 | 71 |
| Binary | 1110111 | 11001000 | 1011011 | 101000 | 0 | 110110 | 10110 | 1101001 | 110010 | 111001 |
Color Harmonies of #77C85B
Complementary color
Monochromatic Colors of #77C85B
Black with #77C85B
Text Example
Text Example
White with #77C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C85B; }
p { color: rgb(119,200,91); }
H1.HeaderClassName
{
color: #77C85B;
}
.AnyTagClassName
{
color: #77C85B;
}
</style>
background-color css
<style>
a { background-color: #77C85B; }
a { background-color: rgb(119,200,91); }
div.DivClassName
{
background-color: #77C85B;
}
.BgClassName
{
background-color: #77C85B;
}
</style>
border-color css
<style>
span { border-color: #77C85B; }
span { border-color: rgb(119,200,91); }
td.TdClassName
{
border-color: #77C85B;
}
.TagClassName
{
border-color: #77C85B;
}
</style>