Shades of Mantis #76D258
Tints of Mantis #76D258
RGB
CMYK
RGB Variations
Color information
#76D258 (or 0x76D258) is known color: Mantis. HEX triplet: 76, D2 and 58. RGB value is (118,210,88). Sum of RGB (Red+Green+Blue) = 118+210+88=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #76D258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D258 is #892DA7. Grayscale: #A8A8A8. Windows color (decimal): -8990120 or 5821046. OLE color: 5821046.
HSL color Cylindrical-coordinate representation of color #76D258: hue angle of 105.25º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76D258 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 88 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.18 |
| HSL | 105.25º | 0.58% | 0.58% | - |
| HSV(B) | 105.25º | 0.58% | 0.82% | - |
| XYZ | 32.28 | 50.65 | 17.31 | - |
| YUV | 168.58 | 82.52 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 88 | 0.44 | 0 | 0.58 | 0.18 | 105.25 | 0.58 | 0.58 |
| Hex | 76 | D2 | 58 | 2C | 0 | 3A | 12 | 69 | 3A | 3A |
| Octal | 166 | 322 | 130 | 54 | 0 | 72 | 22 | 151 | 72 | 72 |
| Binary | 1110110 | 11010010 | 1011000 | 101100 | 0 | 111010 | 10010 | 1101001 | 111010 | 111010 |
Color Harmonies of #76D258
Complementary color
Monochromatic Colors of #76D258
Black with #76D258
Text Example
Text Example
White with #76D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D258; }
p { color: rgb(118,210,88); }
H1.HeaderClassName
{
color: #76D258;
}
.AnyTagClassName
{
color: #76D258;
}
</style>
background-color css
<style>
a { background-color: #76D258; }
a { background-color: rgb(118,210,88); }
div.DivClassName
{
background-color: #76D258;
}
.BgClassName
{
background-color: #76D258;
}
</style>
border-color css
<style>
span { border-color: #76D258; }
span { border-color: rgb(118,210,88); }
td.TdClassName
{
border-color: #76D258;
}
.TagClassName
{
border-color: #76D258;
}
</style>