Shades of Mantis #76D642
Tints of Mantis #76D642
RGB
CMYK
RGB Variations
Color information
#76D642 (or 0x76D642) is known color: Mantis. HEX triplet: 76, D6 and 42. RGB value is (118,214,66). Sum of RGB (Red+Green+Blue) = 118+214+66=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #76D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D642 is #8929BD. Grayscale: #A8A8A8. Windows color (decimal): -8989118 or 4380278. OLE color: 4380278.
HSL color Cylindrical-coordinate representation of color #76D642: hue angle of 98.92º 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 #76D642 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 66 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.16 |
| HSL | 98.92º | 0.64% | 0.55% | - |
| HSV(B) | 98.92º | 0.69% | 0.84% | - |
| XYZ | 32.5 | 52.34 | 13.54 | - |
| YUV | 168.42 | 70.2 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 66 | 0.45 | 0 | 0.69 | 0.16 | 98.92 | 0.64 | 0.55 |
| Hex | 76 | D6 | 42 | 2D | 0 | 45 | 10 | 63 | 40 | 37 |
| Octal | 166 | 326 | 102 | 55 | 0 | 105 | 20 | 143 | 100 | 67 |
| Binary | 1110110 | 11010110 | 1000010 | 101101 | 0 | 1000101 | 10000 | 1100011 | 1000000 | 110111 |
Color Harmonies of #76D642
Complementary color
Monochromatic Colors of #76D642
Black with #76D642
Text Example
Text Example
White with #76D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D642; }
p { color: rgb(118,214,66); }
H1.HeaderClassName
{
color: #76D642;
}
.AnyTagClassName
{
color: #76D642;
}
</style>
background-color css
<style>
a { background-color: #76D642; }
a { background-color: rgb(118,214,66); }
div.DivClassName
{
background-color: #76D642;
}
.BgClassName
{
background-color: #76D642;
}
</style>
border-color css
<style>
span { border-color: #76D642; }
span { border-color: rgb(118,214,66); }
td.TdClassName
{
border-color: #76D642;
}
.TagClassName
{
border-color: #76D642;
}
</style>