Shades of Mantis #76D342
Tints of Mantis #76D342
RGB
CMYK
RGB Variations
Color information
#76D342 (or 0x76D342) is known color: Mantis. HEX triplet: 76, D3 and 42. RGB value is (118,211,66). Sum of RGB (Red+Green+Blue) = 118+211+66=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #76D342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D342 is #892CBD. Grayscale: #A7A7A7. Windows color (decimal): -8989886 or 4379510. OLE color: 4379510.
HSL color Cylindrical-coordinate representation of color #76D342: hue angle of 98.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76D342 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 66 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.17 |
| HSL | 98.48º | 0.62% | 0.54% | - |
| HSV(B) | 98.48º | 0.69% | 0.83% | - |
| XYZ | 31.75 | 50.83 | 13.29 | - |
| YUV | 166.66 | 71.19 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 66 | 0.44 | 0 | 0.69 | 0.17 | 98.48 | 0.62 | 0.54 |
| Hex | 76 | D3 | 42 | 2C | 0 | 45 | 11 | 62 | 3E | 36 |
| Octal | 166 | 323 | 102 | 54 | 0 | 105 | 21 | 142 | 76 | 66 |
| Binary | 1110110 | 11010011 | 1000010 | 101100 | 0 | 1000101 | 10001 | 1100010 | 111110 | 110110 |
Color Harmonies of #76D342
Complementary color
Monochromatic Colors of #76D342
Black with #76D342
Text Example
Text Example
White with #76D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D342; }
p { color: rgb(118,211,66); }
H1.HeaderClassName
{
color: #76D342;
}
.AnyTagClassName
{
color: #76D342;
}
</style>
background-color css
<style>
a { background-color: #76D342; }
a { background-color: rgb(118,211,66); }
div.DivClassName
{
background-color: #76D342;
}
.BgClassName
{
background-color: #76D342;
}
</style>
border-color css
<style>
span { border-color: #76D342; }
span { border-color: rgb(118,211,66); }
td.TdClassName
{
border-color: #76D342;
}
.TagClassName
{
border-color: #76D342;
}
</style>