Shades of Mantis #77C743
Tints of Mantis #77C743
RGB
CMYK
RGB Variations
Color information
#77C743 (or 0x77C743) is known color: Mantis. HEX triplet: 77, C7 and 43. RGB value is (119,199,67). Sum of RGB (Red+Green+Blue) = 119+199+67=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #77C743 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C743 is #8838BC. Grayscale: #A0A0A0. Windows color (decimal): -8927421 or 4441975. OLE color: 4441975.
HSL color Cylindrical-coordinate representation of color #77C743: hue angle of 96.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77C743 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 67 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.22 |
| HSL | 96.36º | 0.54% | 0.52% | - |
| HSV(B) | 96.36º | 0.66% | 0.78% | - |
| XYZ | 29.04 | 45.17 | 12.5 | - |
| YUV | 160.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 67 | 0.40 | 0 | 0.66 | 0.22 | 96.36 | 0.54 | 0.52 |
| Hex | 77 | C7 | 43 | 28 | 0 | 42 | 16 | 60 | 36 | 34 |
| Octal | 167 | 307 | 103 | 50 | 0 | 102 | 26 | 140 | 66 | 64 |
| Binary | 1110111 | 11000111 | 1000011 | 101000 | 0 | 1000010 | 10110 | 1100000 | 110110 | 110100 |
Color Harmonies of #77C743
Complementary color
Monochromatic Colors of #77C743
Black with #77C743
Text Example
Text Example
White with #77C743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C743; }
p { color: rgb(119,199,67); }
H1.HeaderClassName
{
color: #77C743;
}
.AnyTagClassName
{
color: #77C743;
}
</style>
background-color css
<style>
a { background-color: #77C743; }
a { background-color: rgb(119,199,67); }
div.DivClassName
{
background-color: #77C743;
}
.BgClassName
{
background-color: #77C743;
}
</style>
border-color css
<style>
span { border-color: #77C743; }
span { border-color: rgb(119,199,67); }
td.TdClassName
{
border-color: #77C743;
}
.TagClassName
{
border-color: #77C743;
}
</style>