Shades of Mantis #76D05D
Tints of Mantis #76D05D
RGB
CMYK
RGB Variations
Color information
#76D05D (or 0x76D05D) is known color: Mantis. HEX triplet: 76, D0 and 5D. RGB value is (118,208,93). Sum of RGB (Red+Green+Blue) = 118+208+93=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #76D05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D05D is #892FA2. Grayscale: #A8A8A8. Windows color (decimal): -8990627 or 6148214. OLE color: 6148214.
HSL color Cylindrical-coordinate representation of color #76D05D: hue angle of 106.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76D05D is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 93 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.18 |
| HSL | 106.96º | 0.55% | 0.59% | - |
| HSV(B) | 106.96º | 0.55% | 0.82% | - |
| XYZ | 32 | 49.75 | 18.27 | - |
| YUV | 167.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 93 | 0.43 | 0 | 0.55 | 0.18 | 106.96 | 0.55 | 0.59 |
| Hex | 76 | D0 | 5D | 2B | 0 | 37 | 12 | 6B | 37 | 3B |
| Octal | 166 | 320 | 135 | 53 | 0 | 67 | 22 | 153 | 67 | 73 |
| Binary | 1110110 | 11010000 | 1011101 | 101011 | 0 | 110111 | 10010 | 1101011 | 110111 | 111011 |
Color Harmonies of #76D05D
Complementary color
Monochromatic Colors of #76D05D
Black with #76D05D
Text Example
Text Example
White with #76D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D05D; }
p { color: rgb(118,208,93); }
H1.HeaderClassName
{
color: #76D05D;
}
.AnyTagClassName
{
color: #76D05D;
}
</style>
background-color css
<style>
a { background-color: #76D05D; }
a { background-color: rgb(118,208,93); }
div.DivClassName
{
background-color: #76D05D;
}
.BgClassName
{
background-color: #76D05D;
}
</style>
border-color css
<style>
span { border-color: #76D05D; }
span { border-color: rgb(118,208,93); }
td.TdClassName
{
border-color: #76D05D;
}
.TagClassName
{
border-color: #76D05D;
}
</style>