Shades of Mantis #76BD50
Tints of Mantis #76BD50
RGB
CMYK
RGB Variations
Color information
#76BD50 (or 0x76BD50) is known color: Mantis. HEX triplet: 76, BD and 50. RGB value is (118,189,80). Sum of RGB (Red+Green+Blue) = 118+189+80=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD50 is #8942AF. Grayscale: #9B9B9B. Windows color (decimal): -8995504 or 5291382. OLE color: 5291382.
HSL color Cylindrical-coordinate representation of color #76BD50: hue angle of 99.08º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76BD50 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 80 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.26 |
| HSL | 99.08º | 0.45% | 0.53% | - |
| HSV(B) | 99.08º | 0.58% | 0.74% | - |
| XYZ | 27.12 | 40.83 | 14.04 | - |
| YUV | 155.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 80 | 0.38 | 0 | 0.58 | 0.26 | 99.08 | 0.45 | 0.53 |
| Hex | 76 | BD | 50 | 26 | 0 | 3A | 1A | 63 | 2D | 35 |
| Octal | 166 | 275 | 120 | 46 | 0 | 72 | 32 | 143 | 55 | 65 |
| Binary | 1110110 | 10111101 | 1010000 | 100110 | 0 | 111010 | 11010 | 1100011 | 101101 | 110101 |
Color Harmonies of #76BD50
Complementary color
Monochromatic Colors of #76BD50
Black with #76BD50
Text Example
Text Example
White with #76BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD50; }
p { color: rgb(118,189,80); }
H1.HeaderClassName
{
color: #76BD50;
}
.AnyTagClassName
{
color: #76BD50;
}
</style>
background-color css
<style>
a { background-color: #76BD50; }
a { background-color: rgb(118,189,80); }
div.DivClassName
{
background-color: #76BD50;
}
.BgClassName
{
background-color: #76BD50;
}
</style>
border-color css
<style>
span { border-color: #76BD50; }
span { border-color: rgb(118,189,80); }
td.TdClassName
{
border-color: #76BD50;
}
.TagClassName
{
border-color: #76BD50;
}
</style>