Shades of Mantis #76DC42
Tints of Mantis #76DC42
RGB
CMYK
RGB Variations
Color information
#76DC42 (or 0x76DC42) is known color: Mantis. HEX triplet: 76, DC and 42. RGB value is (118,220,66). Sum of RGB (Red+Green+Blue) = 118+220+66=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC42 is #8923BD. Grayscale: #ACACAC. Windows color (decimal): -8987582 or 4381814. OLE color: 4381814.
HSL color Cylindrical-coordinate representation of color #76DC42: hue angle of 99.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76DC42 is Cyan = 0.46, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 66 | - |
| CMYK | 0.46 | 0 | 0.7 | 0.14 |
| HSL | 99.74º | 0.69% | 0.56% | - |
| HSV(B) | 99.74º | 0.7% | 0.86% | - |
| XYZ | 34.05 | 55.43 | 14.06 | - |
| YUV | 171.95 | 68.21 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 66 | 0.46 | 0 | 0.7 | 0.14 | 99.74 | 0.69 | 0.56 |
| Hex | 76 | DC | 42 | 2E | 0 | 46 | E | 64 | 45 | 38 |
| Octal | 166 | 334 | 102 | 56 | 0 | 106 | 16 | 144 | 105 | 70 |
| Binary | 1110110 | 11011100 | 1000010 | 101110 | 0 | 1000110 | 1110 | 1100100 | 1000101 | 111000 |
Color Harmonies of #76DC42
Complementary color
Monochromatic Colors of #76DC42
Black with #76DC42
Text Example
Text Example
White with #76DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC42; }
p { color: rgb(118,220,66); }
H1.HeaderClassName
{
color: #76DC42;
}
.AnyTagClassName
{
color: #76DC42;
}
</style>
background-color css
<style>
a { background-color: #76DC42; }
a { background-color: rgb(118,220,66); }
div.DivClassName
{
background-color: #76DC42;
}
.BgClassName
{
background-color: #76DC42;
}
</style>
border-color css
<style>
span { border-color: #76DC42; }
span { border-color: rgb(118,220,66); }
td.TdClassName
{
border-color: #76DC42;
}
.TagClassName
{
border-color: #76DC42;
}
</style>