Shades of Mantis #76D25A
Tints of Mantis #76D25A
RGB
CMYK
RGB Variations
Color information
#76D25A (or 0x76D25A) is known color: Mantis. HEX triplet: 76, D2 and 5A. RGB value is (118,210,90). Sum of RGB (Red+Green+Blue) = 118+210+90=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #76D25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D25A is #892DA5. Grayscale: #A9A9A9. Windows color (decimal): -8990118 or 5952118. OLE color: 5952118.
HSL color Cylindrical-coordinate representation of color #76D25A: hue angle of 106º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76D25A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 90 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.18 |
| HSL | 106º | 0.57% | 0.59% | - |
| HSV(B) | 106º | 0.57% | 0.82% | - |
| XYZ | 32.36 | 50.68 | 17.75 | - |
| YUV | 168.81 | 83.52 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 90 | 0.44 | 0 | 0.57 | 0.18 | 106 | 0.57 | 0.59 |
| Hex | 76 | D2 | 5A | 2C | 0 | 39 | 12 | 6A | 39 | 3B |
| Octal | 166 | 322 | 132 | 54 | 0 | 71 | 22 | 152 | 71 | 73 |
| Binary | 1110110 | 11010010 | 1011010 | 101100 | 0 | 111001 | 10010 | 1101010 | 111001 | 111011 |
Color Harmonies of #76D25A
Complementary color
Monochromatic Colors of #76D25A
Black with #76D25A
Text Example
Text Example
White with #76D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D25A; }
p { color: rgb(118,210,90); }
H1.HeaderClassName
{
color: #76D25A;
}
.AnyTagClassName
{
color: #76D25A;
}
</style>
background-color css
<style>
a { background-color: #76D25A; }
a { background-color: rgb(118,210,90); }
div.DivClassName
{
background-color: #76D25A;
}
.BgClassName
{
background-color: #76D25A;
}
</style>
border-color css
<style>
span { border-color: #76D25A; }
span { border-color: rgb(118,210,90); }
td.TdClassName
{
border-color: #76D25A;
}
.TagClassName
{
border-color: #76D25A;
}
</style>