Shades of Mantis #77CC4E
Tints of Mantis #77CC4E
RGB
CMYK
RGB Variations
Color information
#77CC4E (or 0x77CC4E) is known color: Mantis. HEX triplet: 77, CC and 4E. RGB value is (119,204,78). Sum of RGB (Red+Green+Blue) = 119+204+78=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC4E is #8833B1. Grayscale: #A4A4A4. Windows color (decimal): -8926130 or 5164151. OLE color: 5164151.
HSL color Cylindrical-coordinate representation of color #77CC4E: hue angle of 100.48º 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 #77CC4E is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 78 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.2 |
| HSL | 100.48º | 0.55% | 0.55% | - |
| HSV(B) | 100.48º | 0.62% | 0.8% | - |
| XYZ | 30.58 | 47.66 | 14.8 | - |
| YUV | 164.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 78 | 0.42 | 0 | 0.62 | 0.2 | 100.48 | 0.55 | 0.55 |
| Hex | 77 | CC | 4E | 2A | 0 | 3E | 14 | 64 | 37 | 37 |
| Octal | 167 | 314 | 116 | 52 | 0 | 76 | 24 | 144 | 67 | 67 |
| Binary | 1110111 | 11001100 | 1001110 | 101010 | 0 | 111110 | 10100 | 1100100 | 110111 | 110111 |
Color Harmonies of #77CC4E
Complementary color
Monochromatic Colors of #77CC4E
Black with #77CC4E
Text Example
Text Example
White with #77CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC4E; }
p { color: rgb(119,204,78); }
H1.HeaderClassName
{
color: #77CC4E;
}
.AnyTagClassName
{
color: #77CC4E;
}
</style>
background-color css
<style>
a { background-color: #77CC4E; }
a { background-color: rgb(119,204,78); }
div.DivClassName
{
background-color: #77CC4E;
}
.BgClassName
{
background-color: #77CC4E;
}
</style>
border-color css
<style>
span { border-color: #77CC4E; }
span { border-color: rgb(119,204,78); }
td.TdClassName
{
border-color: #77CC4E;
}
.TagClassName
{
border-color: #77CC4E;
}
</style>