Shades of Mantis #76D65D
Tints of Mantis #76D65D
RGB
CMYK
RGB Variations
Color information
#76D65D (or 0x76D65D) is known color: Mantis. HEX triplet: 76, D6 and 5D. RGB value is (118,214,93). Sum of RGB (Red+Green+Blue) = 118+214+93=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #76D65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D65D is #8929A2. Grayscale: #ABABAB. Windows color (decimal): -8989091 or 6149750. OLE color: 6149750.
HSL color Cylindrical-coordinate representation of color #76D65D: hue angle of 107.6º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76D65D is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 93 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.16 |
| HSL | 107.6º | 0.6% | 0.6% | - |
| HSV(B) | 107.6º | 0.57% | 0.84% | - |
| XYZ | 33.49 | 52.74 | 18.77 | - |
| YUV | 171.5 | 83.7 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 93 | 0.45 | 0 | 0.57 | 0.16 | 107.6 | 0.6 | 0.6 |
| Hex | 76 | D6 | 5D | 2D | 0 | 39 | 10 | 6C | 3C | 3C |
| Octal | 166 | 326 | 135 | 55 | 0 | 71 | 20 | 154 | 74 | 74 |
| Binary | 1110110 | 11010110 | 1011101 | 101101 | 0 | 111001 | 10000 | 1101100 | 111100 | 111100 |
Color Harmonies of #76D65D
Complementary color
Monochromatic Colors of #76D65D
Black with #76D65D
Text Example
Text Example
White with #76D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D65D; }
p { color: rgb(118,214,93); }
H1.HeaderClassName
{
color: #76D65D;
}
.AnyTagClassName
{
color: #76D65D;
}
</style>
background-color css
<style>
a { background-color: #76D65D; }
a { background-color: rgb(118,214,93); }
div.DivClassName
{
background-color: #76D65D;
}
.BgClassName
{
background-color: #76D65D;
}
</style>
border-color css
<style>
span { border-color: #76D65D; }
span { border-color: rgb(118,214,93); }
td.TdClassName
{
border-color: #76D65D;
}
.TagClassName
{
border-color: #76D65D;
}
</style>