Shades of Mantis #76D553
Tints of Mantis #76D553
RGB
CMYK
RGB Variations
Color information
#76D553 (or 0x76D553) is known color: Mantis. HEX triplet: 76, D5 and 53. RGB value is (118,213,83). Sum of RGB (Red+Green+Blue) = 118+213+83=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #76D553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D553 is #892AAC. Grayscale: #AAAAAA. Windows color (decimal): -8989357 or 5494134. OLE color: 5494134.
HSL color Cylindrical-coordinate representation of color #76D553: hue angle of 103.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76D553 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 83 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.16 |
| HSL | 103.85º | 0.61% | 0.58% | - |
| HSV(B) | 103.85º | 0.61% | 0.84% | - |
| XYZ | 32.83 | 52.06 | 16.5 | - |
| YUV | 169.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 83 | 0.45 | 0 | 0.61 | 0.16 | 103.85 | 0.61 | 0.58 |
| Hex | 76 | D5 | 53 | 2D | 0 | 3D | 10 | 68 | 3D | 3A |
| Octal | 166 | 325 | 123 | 55 | 0 | 75 | 20 | 150 | 75 | 72 |
| Binary | 1110110 | 11010101 | 1010011 | 101101 | 0 | 111101 | 10000 | 1101000 | 111101 | 111010 |
Color Harmonies of #76D553
Complementary color
Monochromatic Colors of #76D553
Black with #76D553
Text Example
Text Example
White with #76D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D553; }
p { color: rgb(118,213,83); }
H1.HeaderClassName
{
color: #76D553;
}
.AnyTagClassName
{
color: #76D553;
}
</style>
background-color css
<style>
a { background-color: #76D553; }
a { background-color: rgb(118,213,83); }
div.DivClassName
{
background-color: #76D553;
}
.BgClassName
{
background-color: #76D553;
}
</style>
border-color css
<style>
span { border-color: #76D553; }
span { border-color: rgb(118,213,83); }
td.TdClassName
{
border-color: #76D553;
}
.TagClassName
{
border-color: #76D553;
}
</style>