Shades of Mantis #77C85D
Tints of Mantis #77C85D
RGB
CMYK
RGB Variations
Color information
#77C85D (or 0x77C85D) is known color: Mantis. HEX triplet: 77, C8 and 5D. RGB value is (119,200,93). Sum of RGB (Red+Green+Blue) = 119+200+93=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #77C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C85D is #8837A2. Grayscale: #A3A3A3. Windows color (decimal): -8927139 or 6146167. OLE color: 6146167.
HSL color Cylindrical-coordinate representation of color #77C85D: hue angle of 105.42º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C85D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 93 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.22 |
| HSL | 105.42º | 0.49% | 0.57% | - |
| HSV(B) | 105.42º | 0.54% | 0.78% | - |
| XYZ | 30.24 | 46.02 | 17.65 | - |
| YUV | 163.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 93 | 0.40 | 0 | 0.54 | 0.22 | 105.42 | 0.49 | 0.57 |
| Hex | 77 | C8 | 5D | 28 | 0 | 36 | 16 | 69 | 31 | 39 |
| Octal | 167 | 310 | 135 | 50 | 0 | 66 | 26 | 151 | 61 | 71 |
| Binary | 1110111 | 11001000 | 1011101 | 101000 | 0 | 110110 | 10110 | 1101001 | 110001 | 111001 |
Color Harmonies of #77C85D
Complementary color
Monochromatic Colors of #77C85D
Black with #77C85D
Text Example
Text Example
White with #77C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C85D; }
p { color: rgb(119,200,93); }
H1.HeaderClassName
{
color: #77C85D;
}
.AnyTagClassName
{
color: #77C85D;
}
</style>
background-color css
<style>
a { background-color: #77C85D; }
a { background-color: rgb(119,200,93); }
div.DivClassName
{
background-color: #77C85D;
}
.BgClassName
{
background-color: #77C85D;
}
</style>
border-color css
<style>
span { border-color: #77C85D; }
span { border-color: rgb(119,200,93); }
td.TdClassName
{
border-color: #77C85D;
}
.TagClassName
{
border-color: #77C85D;
}
</style>