Shades of Mantis #77CC4D
Tints of Mantis #77CC4D
RGB
CMYK
RGB Variations
Color information
#77CC4D (or 0x77CC4D) is known color: Mantis. HEX triplet: 77, CC and 4D. RGB value is (119,204,77). Sum of RGB (Red+Green+Blue) = 119+204+77=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC4D is #8833B2. Grayscale: #A4A4A4. Windows color (decimal): -8926131 or 5098615. OLE color: 5098615.
HSL color Cylindrical-coordinate representation of color #77CC4D: hue angle of 100.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77CC4D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 77 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.2 |
| HSL | 100.16º | 0.55% | 0.55% | - |
| HSV(B) | 100.16º | 0.62% | 0.8% | - |
| XYZ | 30.54 | 47.64 | 14.61 | - |
| YUV | 164.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 77 | 0.42 | 0 | 0.62 | 0.2 | 100.16 | 0.55 | 0.55 |
| Hex | 77 | CC | 4D | 2A | 0 | 3E | 14 | 64 | 37 | 37 |
| Octal | 167 | 314 | 115 | 52 | 0 | 76 | 24 | 144 | 67 | 67 |
| Binary | 1110111 | 11001100 | 1001101 | 101010 | 0 | 111110 | 10100 | 1100100 | 110111 | 110111 |
Color Harmonies of #77CC4D
Complementary color
Monochromatic Colors of #77CC4D
Black with #77CC4D
Text Example
Text Example
White with #77CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC4D; }
p { color: rgb(119,204,77); }
H1.HeaderClassName
{
color: #77CC4D;
}
.AnyTagClassName
{
color: #77CC4D;
}
</style>
background-color css
<style>
a { background-color: #77CC4D; }
a { background-color: rgb(119,204,77); }
div.DivClassName
{
background-color: #77CC4D;
}
.BgClassName
{
background-color: #77CC4D;
}
</style>
border-color css
<style>
span { border-color: #77CC4D; }
span { border-color: rgb(119,204,77); }
td.TdClassName
{
border-color: #77CC4D;
}
.TagClassName
{
border-color: #77CC4D;
}
</style>