Shades of Mantis #76CC50
Tints of Mantis #76CC50
RGB
CMYK
RGB Variations
Color information
#76CC50 (or 0x76CC50) is known color: Mantis. HEX triplet: 76, CC and 50. RGB value is (118,204,80). Sum of RGB (Red+Green+Blue) = 118+204+80=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC50 is #8933AF. Grayscale: #A4A4A4. Windows color (decimal): -8991664 or 5295222. OLE color: 5295222.
HSL color Cylindrical-coordinate representation of color #76CC50: hue angle of 101.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76CC50 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 80 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.2 |
| HSL | 101.61º | 0.55% | 0.56% | - |
| HSV(B) | 101.61º | 0.61% | 0.8% | - |
| XYZ | 30.51 | 47.62 | 15.17 | - |
| YUV | 164.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 80 | 0.42 | 0 | 0.61 | 0.2 | 101.61 | 0.55 | 0.56 |
| Hex | 76 | CC | 50 | 2A | 0 | 3D | 14 | 66 | 37 | 38 |
| Octal | 166 | 314 | 120 | 52 | 0 | 75 | 24 | 146 | 67 | 70 |
| Binary | 1110110 | 11001100 | 1010000 | 101010 | 0 | 111101 | 10100 | 1100110 | 110111 | 111000 |
Color Harmonies of #76CC50
Complementary color
Monochromatic Colors of #76CC50
Black with #76CC50
Text Example
Text Example
White with #76CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC50; }
p { color: rgb(118,204,80); }
H1.HeaderClassName
{
color: #76CC50;
}
.AnyTagClassName
{
color: #76CC50;
}
</style>
background-color css
<style>
a { background-color: #76CC50; }
a { background-color: rgb(118,204,80); }
div.DivClassName
{
background-color: #76CC50;
}
.BgClassName
{
background-color: #76CC50;
}
</style>
border-color css
<style>
span { border-color: #76CC50; }
span { border-color: rgb(118,204,80); }
td.TdClassName
{
border-color: #76CC50;
}
.TagClassName
{
border-color: #76CC50;
}
</style>