Shades of Mantis #77C25D
Tints of Mantis #77C25D
RGB
CMYK
RGB Variations
Color information
#77C25D (or 0x77C25D) is known color: Mantis. HEX triplet: 77, C2 and 5D. RGB value is (119,194,93). Sum of RGB (Red+Green+Blue) = 119+194+93=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #77C25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C25D is #883DA2. Grayscale: #A0A0A0. Windows color (decimal): -8928675 or 6144631. OLE color: 6144631.
HSL color Cylindrical-coordinate representation of color #77C25D: hue angle of 104.55º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77C25D is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 93 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.24 |
| HSL | 104.55º | 0.45% | 0.56% | - |
| HSV(B) | 104.55º | 0.52% | 0.76% | - |
| XYZ | 28.88 | 43.3 | 17.19 | - |
| YUV | 160.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 93 | 0.39 | 0 | 0.52 | 0.24 | 104.55 | 0.45 | 0.56 |
| Hex | 77 | C2 | 5D | 27 | 0 | 34 | 18 | 69 | 2D | 38 |
| Octal | 167 | 302 | 135 | 47 | 0 | 64 | 30 | 151 | 55 | 70 |
| Binary | 1110111 | 11000010 | 1011101 | 100111 | 0 | 110100 | 11000 | 1101001 | 101101 | 111000 |
Color Harmonies of #77C25D
Complementary color
Monochromatic Colors of #77C25D
Black with #77C25D
Text Example
Text Example
White with #77C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C25D; }
p { color: rgb(119,194,93); }
H1.HeaderClassName
{
color: #77C25D;
}
.AnyTagClassName
{
color: #77C25D;
}
</style>
background-color css
<style>
a { background-color: #77C25D; }
a { background-color: rgb(119,194,93); }
div.DivClassName
{
background-color: #77C25D;
}
.BgClassName
{
background-color: #77C25D;
}
</style>
border-color css
<style>
span { border-color: #77C25D; }
span { border-color: rgb(119,194,93); }
td.TdClassName
{
border-color: #77C25D;
}
.TagClassName
{
border-color: #77C25D;
}
</style>