Shades of Mantis #76D658
Tints of Mantis #76D658
RGB
CMYK
RGB Variations
Color information
#76D658 (or 0x76D658) is known color: Mantis. HEX triplet: 76, D6 and 58. RGB value is (118,214,88). Sum of RGB (Red+Green+Blue) = 118+214+88=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #76D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D658 is #8929A7. Grayscale: #ABABAB. Windows color (decimal): -8989096 or 5822070. OLE color: 5822070.
HSL color Cylindrical-coordinate representation of color #76D658: hue angle of 105.71º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76D658 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 88 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.16 |
| HSL | 105.71º | 0.61% | 0.59% | - |
| HSV(B) | 105.71º | 0.59% | 0.84% | - |
| XYZ | 33.28 | 52.65 | 17.64 | - |
| YUV | 170.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 88 | 0.45 | 0 | 0.59 | 0.16 | 105.71 | 0.61 | 0.59 |
| Hex | 76 | D6 | 58 | 2D | 0 | 3B | 10 | 6A | 3D | 3B |
| Octal | 166 | 326 | 130 | 55 | 0 | 73 | 20 | 152 | 75 | 73 |
| Binary | 1110110 | 11010110 | 1011000 | 101101 | 0 | 111011 | 10000 | 1101010 | 111101 | 111011 |
Color Harmonies of #76D658
Complementary color
Monochromatic Colors of #76D658
Black with #76D658
Text Example
Text Example
White with #76D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D658; }
p { color: rgb(118,214,88); }
H1.HeaderClassName
{
color: #76D658;
}
.AnyTagClassName
{
color: #76D658;
}
</style>
background-color css
<style>
a { background-color: #76D658; }
a { background-color: rgb(118,214,88); }
div.DivClassName
{
background-color: #76D658;
}
.BgClassName
{
background-color: #76D658;
}
</style>
border-color css
<style>
span { border-color: #76D658; }
span { border-color: rgb(118,214,88); }
td.TdClassName
{
border-color: #76D658;
}
.TagClassName
{
border-color: #76D658;
}
</style>