Shades of Mantis #77C85A
Tints of Mantis #77C85A
RGB
CMYK
RGB Variations
Color information
#77C85A (or 0x77C85A) is known color: Mantis. HEX triplet: 77, C8 and 5A. RGB value is (119,200,90). Sum of RGB (Red+Green+Blue) = 119+200+90=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #77C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C85A is #8837A5. Grayscale: #A3A3A3. Windows color (decimal): -8927142 or 5949559. OLE color: 5949559.
HSL color Cylindrical-coordinate representation of color #77C85A: hue angle of 104.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77C85A is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 90 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.22 |
| HSL | 104.18º | 0.5% | 0.57% | - |
| HSV(B) | 104.18º | 0.55% | 0.78% | - |
| XYZ | 30.11 | 45.97 | 16.96 | - |
| YUV | 163.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 90 | 0.40 | 0 | 0.55 | 0.22 | 104.18 | 0.5 | 0.57 |
| Hex | 77 | C8 | 5A | 28 | 0 | 37 | 16 | 68 | 32 | 39 |
| Octal | 167 | 310 | 132 | 50 | 0 | 67 | 26 | 150 | 62 | 71 |
| Binary | 1110111 | 11001000 | 1011010 | 101000 | 0 | 110111 | 10110 | 1101000 | 110010 | 111001 |
Color Harmonies of #77C85A
Complementary color
Monochromatic Colors of #77C85A
Black with #77C85A
Text Example
Text Example
White with #77C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C85A; }
p { color: rgb(119,200,90); }
H1.HeaderClassName
{
color: #77C85A;
}
.AnyTagClassName
{
color: #77C85A;
}
</style>
background-color css
<style>
a { background-color: #77C85A; }
a { background-color: rgb(119,200,90); }
div.DivClassName
{
background-color: #77C85A;
}
.BgClassName
{
background-color: #77C85A;
}
</style>
border-color css
<style>
span { border-color: #77C85A; }
span { border-color: rgb(119,200,90); }
td.TdClassName
{
border-color: #77C85A;
}
.TagClassName
{
border-color: #77C85A;
}
</style>