Shades of Mantis #76EB40
Tints of Mantis #76EB40
RGB
CMYK
RGB Variations
Color information
#76EB40 (or 0x76EB40) is known color: Mantis. HEX triplet: 76, EB and 40. RGB value is (118,235,64). Sum of RGB (Red+Green+Blue) = 118+235+64=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 235 (92.19% from 255 or 56.35% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 235 - color contains mainly: green. Hex color #76EB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EB40 is #8914BF. Grayscale: #B5B5B5. Windows color (decimal): -8983744 or 4254582. OLE color: 4254582.
HSL color Cylindrical-coordinate representation of color #76EB40: hue angle of 101.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76EB40 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 235 | 64 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.08 |
| HSL | 101.05º | 0.81% | 0.59% | - |
| HSV(B) | 101.05º | 0.73% | 0.92% | - |
| XYZ | 38.1 | 63.64 | 15.13 | - |
| YUV | 180.52 | 62.24 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 235 | 64 | 0.50 | 0 | 0.73 | 0.08 | 101.05 | 0.81 | 0.59 |
| Hex | 76 | EB | 40 | 32 | 0 | 49 | 8 | 65 | 51 | 3B |
| Octal | 166 | 353 | 100 | 62 | 0 | 111 | 10 | 145 | 121 | 73 |
| Binary | 1110110 | 11101011 | 1000000 | 110010 | 0 | 1001001 | 1000 | 1100101 | 1010001 | 111011 |
Color Harmonies of #76EB40
Complementary color
Monochromatic Colors of #76EB40
Black with #76EB40
Text Example
Text Example
White with #76EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EB40; }
p { color: rgb(118,235,64); }
H1.HeaderClassName
{
color: #76EB40;
}
.AnyTagClassName
{
color: #76EB40;
}
</style>
background-color css
<style>
a { background-color: #76EB40; }
a { background-color: rgb(118,235,64); }
div.DivClassName
{
background-color: #76EB40;
}
.BgClassName
{
background-color: #76EB40;
}
</style>
border-color css
<style>
span { border-color: #76EB40; }
span { border-color: rgb(118,235,64); }
td.TdClassName
{
border-color: #76EB40;
}
.TagClassName
{
border-color: #76EB40;
}
</style>