Shades of Mantis #77D043
Tints of Mantis #77D043
RGB
CMYK
RGB Variations
Color information
#77D043 (or 0x77D043) is known color: Mantis. HEX triplet: 77, D0 and 43. RGB value is (119,208,67). Sum of RGB (Red+Green+Blue) = 119+208+67=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #77D043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D043 is #882FBC. Grayscale: #A5A5A5. Windows color (decimal): -8925117 or 4444279. OLE color: 4444279.
HSL color Cylindrical-coordinate representation of color #77D043: hue angle of 97.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77D043 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 67 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.18 |
| HSL | 97.87º | 0.6% | 0.54% | - |
| HSV(B) | 97.87º | 0.68% | 0.82% | - |
| XYZ | 31.18 | 49.44 | 13.21 | - |
| YUV | 165.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 67 | 0.43 | 0 | 0.68 | 0.18 | 97.87 | 0.6 | 0.54 |
| Hex | 77 | D0 | 43 | 2B | 0 | 44 | 12 | 62 | 3C | 36 |
| Octal | 167 | 320 | 103 | 53 | 0 | 104 | 22 | 142 | 74 | 66 |
| Binary | 1110111 | 11010000 | 1000011 | 101011 | 0 | 1000100 | 10010 | 1100010 | 111100 | 110110 |
Color Harmonies of #77D043
Complementary color
Monochromatic Colors of #77D043
Black with #77D043
Text Example
Text Example
White with #77D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D043; }
p { color: rgb(119,208,67); }
H1.HeaderClassName
{
color: #77D043;
}
.AnyTagClassName
{
color: #77D043;
}
</style>
background-color css
<style>
a { background-color: #77D043; }
a { background-color: rgb(119,208,67); }
div.DivClassName
{
background-color: #77D043;
}
.BgClassName
{
background-color: #77D043;
}
</style>
border-color css
<style>
span { border-color: #77D043; }
span { border-color: rgb(119,208,67); }
td.TdClassName
{
border-color: #77D043;
}
.TagClassName
{
border-color: #77D043;
}
</style>