Shades of Mantis #77CC5D
Tints of Mantis #77CC5D
RGB
CMYK
RGB Variations
Color information
#77CC5D (or 0x77CC5D) is known color: Mantis. HEX triplet: 77, CC and 5D. RGB value is (119,204,93). Sum of RGB (Red+Green+Blue) = 119+204+93=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC5D is #8833A2. Grayscale: #A6A6A6. Windows color (decimal): -8926115 or 6147191. OLE color: 6147191.
HSL color Cylindrical-coordinate representation of color #77CC5D: hue angle of 105.95º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77CC5D is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 93 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.2 |
| HSL | 105.95º | 0.52% | 0.58% | - |
| HSV(B) | 105.95º | 0.54% | 0.8% | - |
| XYZ | 31.18 | 47.9 | 17.96 | - |
| YUV | 165.93 | 86.84 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 93 | 0.42 | 0 | 0.54 | 0.2 | 105.95 | 0.52 | 0.58 |
| Hex | 77 | CC | 5D | 2A | 0 | 36 | 14 | 6A | 34 | 3A |
| Octal | 167 | 314 | 135 | 52 | 0 | 66 | 24 | 152 | 64 | 72 |
| Binary | 1110111 | 11001100 | 1011101 | 101010 | 0 | 110110 | 10100 | 1101010 | 110100 | 111010 |
Color Harmonies of #77CC5D
Complementary color
Monochromatic Colors of #77CC5D
Black with #77CC5D
Text Example
Text Example
White with #77CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC5D; }
p { color: rgb(119,204,93); }
H1.HeaderClassName
{
color: #77CC5D;
}
.AnyTagClassName
{
color: #77CC5D;
}
</style>
background-color css
<style>
a { background-color: #77CC5D; }
a { background-color: rgb(119,204,93); }
div.DivClassName
{
background-color: #77CC5D;
}
.BgClassName
{
background-color: #77CC5D;
}
</style>
border-color css
<style>
span { border-color: #77CC5D; }
span { border-color: rgb(119,204,93); }
td.TdClassName
{
border-color: #77CC5D;
}
.TagClassName
{
border-color: #77CC5D;
}
</style>