Shades of Mantis #76D753
Tints of Mantis #76D753
RGB
CMYK
RGB Variations
Color information
#76D753 (or 0x76D753) is known color: Mantis. HEX triplet: 76, D7 and 53. RGB value is (118,215,83). Sum of RGB (Red+Green+Blue) = 118+215+83=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #76D753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D753 is #8928AC. Grayscale: #ABABAB. Windows color (decimal): -8988845 or 5494646. OLE color: 5494646.
HSL color Cylindrical-coordinate representation of color #76D753: hue angle of 104.09º degrees, saturation: 0.62, 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 #76D753 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 215 | 83 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.16 |
| HSL | 104.09º | 0.62% | 0.58% | - |
| HSV(B) | 104.09º | 0.61% | 0.84% | - |
| XYZ | 33.33 | 53.08 | 16.67 | - |
| YUV | 170.95 | 78.36 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 83 | 0.45 | 0 | 0.61 | 0.16 | 104.09 | 0.62 | 0.58 |
| Hex | 76 | D7 | 53 | 2D | 0 | 3D | 10 | 68 | 3E | 3A |
| Octal | 166 | 327 | 123 | 55 | 0 | 75 | 20 | 150 | 76 | 72 |
| Binary | 1110110 | 11010111 | 1010011 | 101101 | 0 | 111101 | 10000 | 1101000 | 111110 | 111010 |
Color Harmonies of #76D753
Complementary color
Monochromatic Colors of #76D753
Black with #76D753
Text Example
Text Example
White with #76D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D753; }
p { color: rgb(118,215,83); }
H1.HeaderClassName
{
color: #76D753;
}
.AnyTagClassName
{
color: #76D753;
}
</style>
background-color css
<style>
a { background-color: #76D753; }
a { background-color: rgb(118,215,83); }
div.DivClassName
{
background-color: #76D753;
}
.BgClassName
{
background-color: #76D753;
}
</style>
border-color css
<style>
span { border-color: #76D753; }
span { border-color: rgb(118,215,83); }
td.TdClassName
{
border-color: #76D753;
}
.TagClassName
{
border-color: #76D753;
}
</style>