Shades of Mantis #74C14E
Tints of Mantis #74C14E
RGB
CMYK
RGB Variations
Color information
#74C14E (or 0x74C14E) is known color: Mantis. HEX triplet: 74, C1 and 4E. RGB value is (116,193,78). Sum of RGB (Red+Green+Blue) = 116+193+78=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #74C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C14E is #8B3EB1. Grayscale: #9D9D9D. Windows color (decimal): -9125554 or 5161332. OLE color: 5161332.
HSL color Cylindrical-coordinate representation of color #74C14E: hue angle of 100.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C14E is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 78 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.24 |
| HSL | 100.17º | 0.48% | 0.53% | - |
| HSV(B) | 100.17º | 0.6% | 0.76% | - |
| XYZ | 27.65 | 42.4 | 13.94 | - |
| YUV | 156.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 78 | 0.40 | 0 | 0.60 | 0.24 | 100.17 | 0.48 | 0.53 |
| Hex | 74 | C1 | 4E | 28 | 0 | 3C | 18 | 64 | 30 | 35 |
| Octal | 164 | 301 | 116 | 50 | 0 | 74 | 30 | 144 | 60 | 65 |
| Binary | 1110100 | 11000001 | 1001110 | 101000 | 0 | 111100 | 11000 | 1100100 | 110000 | 110101 |
Color Harmonies of #74C14E
Complementary color
Monochromatic Colors of #74C14E
Black with #74C14E
Text Example
Text Example
White with #74C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C14E; }
p { color: rgb(116,193,78); }
H1.HeaderClassName
{
color: #74C14E;
}
.AnyTagClassName
{
color: #74C14E;
}
</style>
background-color css
<style>
a { background-color: #74C14E; }
a { background-color: rgb(116,193,78); }
div.DivClassName
{
background-color: #74C14E;
}
.BgClassName
{
background-color: #74C14E;
}
</style>
border-color css
<style>
span { border-color: #74C14E; }
span { border-color: rgb(116,193,78); }
td.TdClassName
{
border-color: #74C14E;
}
.TagClassName
{
border-color: #74C14E;
}
</style>