Shades of Mantis #76D55A
Tints of Mantis #76D55A
RGB
CMYK
RGB Variations
Color information
#76D55A (or 0x76D55A) is known color: Mantis. HEX triplet: 76, D5 and 5A. RGB value is (118,213,90). Sum of RGB (Red+Green+Blue) = 118+213+90=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #76D55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D55A is #892AA5. Grayscale: #AAAAAA. Windows color (decimal): -8989350 or 5952886. OLE color: 5952886.
HSL color Cylindrical-coordinate representation of color #76D55A: hue angle of 106.34º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76D55A is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 90 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.16 |
| HSL | 106.34º | 0.59% | 0.59% | - |
| HSV(B) | 106.34º | 0.58% | 0.84% | - |
| XYZ | 33.11 | 52.18 | 18 | - |
| YUV | 170.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 90 | 0.45 | 0 | 0.58 | 0.16 | 106.34 | 0.59 | 0.59 |
| Hex | 76 | D5 | 5A | 2D | 0 | 3A | 10 | 6A | 3B | 3B |
| Octal | 166 | 325 | 132 | 55 | 0 | 72 | 20 | 152 | 73 | 73 |
| Binary | 1110110 | 11010101 | 1011010 | 101101 | 0 | 111010 | 10000 | 1101010 | 111011 | 111011 |
Color Harmonies of #76D55A
Complementary color
Monochromatic Colors of #76D55A
Black with #76D55A
Text Example
Text Example
White with #76D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D55A; }
p { color: rgb(118,213,90); }
H1.HeaderClassName
{
color: #76D55A;
}
.AnyTagClassName
{
color: #76D55A;
}
</style>
background-color css
<style>
a { background-color: #76D55A; }
a { background-color: rgb(118,213,90); }
div.DivClassName
{
background-color: #76D55A;
}
.BgClassName
{
background-color: #76D55A;
}
</style>
border-color css
<style>
span { border-color: #76D55A; }
span { border-color: rgb(118,213,90); }
td.TdClassName
{
border-color: #76D55A;
}
.TagClassName
{
border-color: #76D55A;
}
</style>