Shades of Mantis #76E050
Tints of Mantis #76E050
RGB
CMYK
RGB Variations
Color information
#76E050 (or 0x76E050) is known color: Mantis. HEX triplet: 76, E0 and 50. RGB value is (118,224,80). Sum of RGB (Red+Green+Blue) = 118+224+80=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #76E050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E050 is #891FAF. Grayscale: #B0B0B0. Windows color (decimal): -8986544 or 5300342. OLE color: 5300342.
HSL color Cylindrical-coordinate representation of color #76E050: hue angle of 104.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76E050 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 80 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.12 |
| HSL | 104.17º | 0.7% | 0.6% | - |
| HSV(B) | 104.17º | 0.64% | 0.88% | - |
| XYZ | 35.57 | 57.74 | 16.86 | - |
| YUV | 175.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 80 | 0.47 | 0 | 0.64 | 0.12 | 104.17 | 0.7 | 0.6 |
| Hex | 76 | E0 | 50 | 2F | 0 | 40 | C | 68 | 46 | 3C |
| Octal | 166 | 340 | 120 | 57 | 0 | 100 | 14 | 150 | 106 | 74 |
| Binary | 1110110 | 11100000 | 1010000 | 101111 | 0 | 1000000 | 1100 | 1101000 | 1000110 | 111100 |
Color Harmonies of #76E050
Complementary color
Monochromatic Colors of #76E050
Black with #76E050
Text Example
Text Example
White with #76E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E050; }
p { color: rgb(118,224,80); }
H1.HeaderClassName
{
color: #76E050;
}
.AnyTagClassName
{
color: #76E050;
}
</style>
background-color css
<style>
a { background-color: #76E050; }
a { background-color: rgb(118,224,80); }
div.DivClassName
{
background-color: #76E050;
}
.BgClassName
{
background-color: #76E050;
}
</style>
border-color css
<style>
span { border-color: #76E050; }
span { border-color: rgb(118,224,80); }
td.TdClassName
{
border-color: #76E050;
}
.TagClassName
{
border-color: #76E050;
}
</style>