Shades of Mantis #76D542
Tints of Mantis #76D542
RGB
CMYK
RGB Variations
Color information
#76D542 (or 0x76D542) is known color: Mantis. HEX triplet: 76, D5 and 42. RGB value is (118,213,66). Sum of RGB (Red+Green+Blue) = 118+213+66=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #76D542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D542 is #892ABD. Grayscale: #A8A8A8. Windows color (decimal): -8989374 or 4380022. OLE color: 4380022.
HSL color Cylindrical-coordinate representation of color #76D542: hue angle of 98.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76D542 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 66 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.16 |
| HSL | 98.78º | 0.64% | 0.55% | - |
| HSV(B) | 98.78º | 0.69% | 0.84% | - |
| XYZ | 32.25 | 51.83 | 13.46 | - |
| YUV | 167.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 66 | 0.45 | 0 | 0.69 | 0.16 | 98.78 | 0.64 | 0.55 |
| Hex | 76 | D5 | 42 | 2D | 0 | 45 | 10 | 63 | 40 | 37 |
| Octal | 166 | 325 | 102 | 55 | 0 | 105 | 20 | 143 | 100 | 67 |
| Binary | 1110110 | 11010101 | 1000010 | 101101 | 0 | 1000101 | 10000 | 1100011 | 1000000 | 110111 |
Color Harmonies of #76D542
Complementary color
Monochromatic Colors of #76D542
Black with #76D542
Text Example
Text Example
White with #76D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D542; }
p { color: rgb(118,213,66); }
H1.HeaderClassName
{
color: #76D542;
}
.AnyTagClassName
{
color: #76D542;
}
</style>
background-color css
<style>
a { background-color: #76D542; }
a { background-color: rgb(118,213,66); }
div.DivClassName
{
background-color: #76D542;
}
.BgClassName
{
background-color: #76D542;
}
</style>
border-color css
<style>
span { border-color: #76D542; }
span { border-color: rgb(118,213,66); }
td.TdClassName
{
border-color: #76D542;
}
.TagClassName
{
border-color: #76D542;
}
</style>