Shades of Mantis #76CA4D
Tints of Mantis #76CA4D
RGB
CMYK
RGB Variations
Color information
#76CA4D (or 0x76CA4D) is known color: Mantis. HEX triplet: 76, CA and 4D. RGB value is (118,202,77). Sum of RGB (Red+Green+Blue) = 118+202+77=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA4D is #8935B2. Grayscale: #A3A3A3. Windows color (decimal): -8992179 or 5098102. OLE color: 5098102.
HSL color Cylindrical-coordinate representation of color #76CA4D: hue angle of 100.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76CA4D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 77 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.21 |
| HSL | 100.32º | 0.54% | 0.55% | - |
| HSV(B) | 100.32º | 0.62% | 0.79% | - |
| XYZ | 29.93 | 46.63 | 14.44 | - |
| YUV | 162.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 77 | 0.42 | 0 | 0.62 | 0.21 | 100.32 | 0.54 | 0.55 |
| Hex | 76 | CA | 4D | 2A | 0 | 3E | 15 | 64 | 36 | 37 |
| Octal | 166 | 312 | 115 | 52 | 0 | 76 | 25 | 144 | 66 | 67 |
| Binary | 1110110 | 11001010 | 1001101 | 101010 | 0 | 111110 | 10101 | 1100100 | 110110 | 110111 |
Color Harmonies of #76CA4D
Complementary color
Monochromatic Colors of #76CA4D
Black with #76CA4D
Text Example
Text Example
White with #76CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA4D; }
p { color: rgb(118,202,77); }
H1.HeaderClassName
{
color: #76CA4D;
}
.AnyTagClassName
{
color: #76CA4D;
}
</style>
background-color css
<style>
a { background-color: #76CA4D; }
a { background-color: rgb(118,202,77); }
div.DivClassName
{
background-color: #76CA4D;
}
.BgClassName
{
background-color: #76CA4D;
}
</style>
border-color css
<style>
span { border-color: #76CA4D; }
span { border-color: rgb(118,202,77); }
td.TdClassName
{
border-color: #76CA4D;
}
.TagClassName
{
border-color: #76CA4D;
}
</style>