Shades of Mantis #76CE50
Tints of Mantis #76CE50
RGB
CMYK
RGB Variations
Color information
#76CE50 (or 0x76CE50) is known color: Mantis. HEX triplet: 76, CE and 50. RGB value is (118,206,80). Sum of RGB (Red+Green+Blue) = 118+206+80=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE50 is #8931AF. Grayscale: #A5A5A5. Windows color (decimal): -8991152 or 5295734. OLE color: 5295734.
HSL color Cylindrical-coordinate representation of color #76CE50: hue angle of 101.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76CE50 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 80 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.19 |
| HSL | 101.9º | 0.56% | 0.56% | - |
| HSV(B) | 101.9º | 0.61% | 0.81% | - |
| XYZ | 30.99 | 48.57 | 15.33 | - |
| YUV | 165.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 80 | 0.43 | 0 | 0.61 | 0.19 | 101.9 | 0.56 | 0.56 |
| Hex | 76 | CE | 50 | 2B | 0 | 3D | 13 | 66 | 38 | 38 |
| Octal | 166 | 316 | 120 | 53 | 0 | 75 | 23 | 146 | 70 | 70 |
| Binary | 1110110 | 11001110 | 1010000 | 101011 | 0 | 111101 | 10011 | 1100110 | 111000 | 111000 |
Color Harmonies of #76CE50
Complementary color
Monochromatic Colors of #76CE50
Black with #76CE50
Text Example
Text Example
White with #76CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE50; }
p { color: rgb(118,206,80); }
H1.HeaderClassName
{
color: #76CE50;
}
.AnyTagClassName
{
color: #76CE50;
}
</style>
background-color css
<style>
a { background-color: #76CE50; }
a { background-color: rgb(118,206,80); }
div.DivClassName
{
background-color: #76CE50;
}
.BgClassName
{
background-color: #76CE50;
}
</style>
border-color css
<style>
span { border-color: #76CE50; }
span { border-color: rgb(118,206,80); }
td.TdClassName
{
border-color: #76CE50;
}
.TagClassName
{
border-color: #76CE50;
}
</style>