Shades of Mantis #76E141
Tints of Mantis #76E141
RGB
CMYK
RGB Variations
Color information
#76E141 (or 0x76E141) is known color: Mantis. HEX triplet: 76, E1 and 41. RGB value is (118,225,65). Sum of RGB (Red+Green+Blue) = 118+225+65=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #76E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E141 is #891EBE. Grayscale: #AFAFAF. Windows color (decimal): -8986303 or 4317558. OLE color: 4317558.
HSL color Cylindrical-coordinate representation of color #76E141: hue angle of 100.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76E141 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 65 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.12 |
| HSL | 100.13º | 0.73% | 0.57% | - |
| HSV(B) | 100.13º | 0.71% | 0.88% | - |
| XYZ | 35.35 | 58.08 | 14.35 | - |
| YUV | 174.77 | 66.05 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 65 | 0.48 | 0 | 0.71 | 0.12 | 100.13 | 0.73 | 0.57 |
| Hex | 76 | E1 | 41 | 30 | 0 | 47 | C | 64 | 49 | 39 |
| Octal | 166 | 341 | 101 | 60 | 0 | 107 | 14 | 144 | 111 | 71 |
| Binary | 1110110 | 11100001 | 1000001 | 110000 | 0 | 1000111 | 1100 | 1100100 | 1001001 | 111001 |
Color Harmonies of #76E141
Complementary color
Monochromatic Colors of #76E141
Black with #76E141
Text Example
Text Example
White with #76E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E141; }
p { color: rgb(118,225,65); }
H1.HeaderClassName
{
color: #76E141;
}
.AnyTagClassName
{
color: #76E141;
}
</style>
background-color css
<style>
a { background-color: #76E141; }
a { background-color: rgb(118,225,65); }
div.DivClassName
{
background-color: #76E141;
}
.BgClassName
{
background-color: #76E141;
}
</style>
border-color css
<style>
span { border-color: #76E141; }
span { border-color: rgb(118,225,65); }
td.TdClassName
{
border-color: #76E141;
}
.TagClassName
{
border-color: #76E141;
}
</style>