Shades of Mantis #76EC40
Tints of Mantis #76EC40
RGB
CMYK
RGB Variations
Color information
#76EC40 (or 0x76EC40) is known color: Mantis. HEX triplet: 76, EC and 40. RGB value is (118,236,64). Sum of RGB (Red+Green+Blue) = 118+236+64=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EC40 is #8913BF. Grayscale: #B5B5B5. Windows color (decimal): -8983488 or 4254838. OLE color: 4254838.
HSL color Cylindrical-coordinate representation of color #76EC40: hue angle of 101.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76EC40 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 64 | - |
| CMYK | 0.5 | 0 | 0.73 | 0.07 |
| HSL | 101.16º | 0.82% | 0.59% | - |
| HSV(B) | 101.16º | 0.73% | 0.93% | - |
| XYZ | 38.39 | 64.21 | 15.22 | - |
| YUV | 181.11 | 61.91 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 64 | 0.5 | 0 | 0.73 | 0.07 | 101.16 | 0.82 | 0.59 |
| Hex | 76 | EC | 40 | 32 | 0 | 49 | 7 | 65 | 52 | 3B |
| Octal | 166 | 354 | 100 | 62 | 0 | 111 | 7 | 145 | 122 | 73 |
| Binary | 1110110 | 11101100 | 1000000 | 110010 | 0 | 1001001 | 111 | 1100101 | 1010010 | 111011 |
Color Harmonies of #76EC40
Complementary color
Monochromatic Colors of #76EC40
Black with #76EC40
Text Example
Text Example
White with #76EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC40; }
p { color: rgb(118,236,64); }
H1.HeaderClassName
{
color: #76EC40;
}
.AnyTagClassName
{
color: #76EC40;
}
</style>
background-color css
<style>
a { background-color: #76EC40; }
a { background-color: rgb(118,236,64); }
div.DivClassName
{
background-color: #76EC40;
}
.BgClassName
{
background-color: #76EC40;
}
</style>
border-color css
<style>
span { border-color: #76EC40; }
span { border-color: rgb(118,236,64); }
td.TdClassName
{
border-color: #76EC40;
}
.TagClassName
{
border-color: #76EC40;
}
</style>