Shades of Mantis #76CA4E
Tints of Mantis #76CA4E
RGB
CMYK
RGB Variations
Color information
#76CA4E (or 0x76CA4E) is known color: Mantis. HEX triplet: 76, CA and 4E. RGB value is (118,202,78). Sum of RGB (Red+Green+Blue) = 118+202+78=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA4E is #8935B1. Grayscale: #A3A3A3. Windows color (decimal): -8992178 or 5163638. OLE color: 5163638.
HSL color Cylindrical-coordinate representation of color #76CA4E: hue angle of 100.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76CA4E is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 78 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.21 |
| HSL | 100.65º | 0.54% | 0.55% | - |
| HSV(B) | 100.65º | 0.61% | 0.79% | - |
| XYZ | 29.97 | 46.64 | 14.63 | - |
| YUV | 162.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 78 | 0.42 | 0 | 0.61 | 0.21 | 100.65 | 0.54 | 0.55 |
| Hex | 76 | CA | 4E | 2A | 0 | 3D | 15 | 65 | 36 | 37 |
| Octal | 166 | 312 | 116 | 52 | 0 | 75 | 25 | 145 | 66 | 67 |
| Binary | 1110110 | 11001010 | 1001110 | 101010 | 0 | 111101 | 10101 | 1100101 | 110110 | 110111 |
Color Harmonies of #76CA4E
Complementary color
Monochromatic Colors of #76CA4E
Black with #76CA4E
Text Example
Text Example
White with #76CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA4E; }
p { color: rgb(118,202,78); }
H1.HeaderClassName
{
color: #76CA4E;
}
.AnyTagClassName
{
color: #76CA4E;
}
</style>
background-color css
<style>
a { background-color: #76CA4E; }
a { background-color: rgb(118,202,78); }
div.DivClassName
{
background-color: #76CA4E;
}
.BgClassName
{
background-color: #76CA4E;
}
</style>
border-color css
<style>
span { border-color: #76CA4E; }
span { border-color: rgb(118,202,78); }
td.TdClassName
{
border-color: #76CA4E;
}
.TagClassName
{
border-color: #76CA4E;
}
</style>