Shades of Mantis #76D540
Tints of Mantis #76D540
RGB
CMYK
RGB Variations
Color information
#76D540 (or 0x76D540) is known color: Mantis. HEX triplet: 76, D5 and 40. RGB value is (118,213,64). Sum of RGB (Red+Green+Blue) = 118+213+64=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #76D540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D540 is #892ABF. Grayscale: #A8A8A8. Windows color (decimal): -8989376 or 4248950. OLE color: 4248950.
HSL color Cylindrical-coordinate representation of color #76D540: hue angle of 98.26º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76D540 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 64 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.16 |
| HSL | 98.26º | 0.64% | 0.54% | - |
| HSV(B) | 98.26º | 0.7% | 0.84% | - |
| XYZ | 32.19 | 51.81 | 13.15 | - |
| YUV | 167.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 64 | 0.45 | 0 | 0.70 | 0.16 | 98.26 | 0.64 | 0.54 |
| Hex | 76 | D5 | 40 | 2D | 0 | 46 | 10 | 62 | 40 | 36 |
| Octal | 166 | 325 | 100 | 55 | 0 | 106 | 20 | 142 | 100 | 66 |
| Binary | 1110110 | 11010101 | 1000000 | 101101 | 0 | 1000110 | 10000 | 1100010 | 1000000 | 110110 |
Color Harmonies of #76D540
Complementary color
Monochromatic Colors of #76D540
Black with #76D540
Text Example
Text Example
White with #76D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D540; }
p { color: rgb(118,213,64); }
H1.HeaderClassName
{
color: #76D540;
}
.AnyTagClassName
{
color: #76D540;
}
</style>
background-color css
<style>
a { background-color: #76D540; }
a { background-color: rgb(118,213,64); }
div.DivClassName
{
background-color: #76D540;
}
.BgClassName
{
background-color: #76D540;
}
</style>
border-color css
<style>
span { border-color: #76D540; }
span { border-color: rgb(118,213,64); }
td.TdClassName
{
border-color: #76D540;
}
.TagClassName
{
border-color: #76D540;
}
</style>