Shades of Mantis #76E355
Tints of Mantis #76E355
RGB
CMYK
RGB Variations
Color information
#76E355 (or 0x76E355) is known color: Mantis. HEX triplet: 76, E3 and 55. RGB value is (118,227,85). Sum of RGB (Red+Green+Blue) = 118+227+85=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #76E355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E355 is #891CAA. Grayscale: #B2B2B2. Windows color (decimal): -8985771 or 5628790. OLE color: 5628790.
HSL color Cylindrical-coordinate representation of color #76E355: hue angle of 106.06º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76E355 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 85 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.11 |
| HSL | 106.06º | 0.72% | 0.61% | - |
| HSV(B) | 106.06º | 0.63% | 0.89% | - |
| XYZ | 36.58 | 59.45 | 18.14 | - |
| YUV | 178.22 | 75.39 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 85 | 0.48 | 0 | 0.63 | 0.11 | 106.06 | 0.72 | 0.61 |
| Hex | 76 | E3 | 55 | 30 | 0 | 3F | B | 6A | 48 | 3D |
| Octal | 166 | 343 | 125 | 60 | 0 | 77 | 13 | 152 | 110 | 75 |
| Binary | 1110110 | 11100011 | 1010101 | 110000 | 0 | 111111 | 1011 | 1101010 | 1001000 | 111101 |
Color Harmonies of #76E355
Complementary color
Monochromatic Colors of #76E355
Black with #76E355
Text Example
Text Example
White with #76E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E355; }
p { color: rgb(118,227,85); }
H1.HeaderClassName
{
color: #76E355;
}
.AnyTagClassName
{
color: #76E355;
}
</style>
background-color css
<style>
a { background-color: #76E355; }
a { background-color: rgb(118,227,85); }
div.DivClassName
{
background-color: #76E355;
}
.BgClassName
{
background-color: #76E355;
}
</style>
border-color css
<style>
span { border-color: #76E355; }
span { border-color: rgb(118,227,85); }
td.TdClassName
{
border-color: #76E355;
}
.TagClassName
{
border-color: #76E355;
}
</style>