Shades of Mantis #73C54E
Tints of Mantis #73C54E
RGB
CMYK
RGB Variations
Color information
#73C54E (or 0x73C54E) is known color: Mantis. HEX triplet: 73, C5 and 4E. RGB value is (115,197,78). Sum of RGB (Red+Green+Blue) = 115+197+78=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #73C54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C54E is #8C3AB1. Grayscale: #9F9F9F. Windows color (decimal): -9190066 or 5162355. OLE color: 5162355.
HSL color Cylindrical-coordinate representation of color #73C54E: hue angle of 101.34º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73C54E is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 78 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.23 |
| HSL | 101.34º | 0.51% | 0.54% | - |
| HSV(B) | 101.34º | 0.6% | 0.77% | - |
| XYZ | 28.41 | 44.13 | 14.23 | - |
| YUV | 158.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 78 | 0.42 | 0 | 0.60 | 0.23 | 101.34 | 0.51 | 0.54 |
| Hex | 73 | C5 | 4E | 2A | 0 | 3C | 17 | 65 | 33 | 36 |
| Octal | 163 | 305 | 116 | 52 | 0 | 74 | 27 | 145 | 63 | 66 |
| Binary | 1110011 | 11000101 | 1001110 | 101010 | 0 | 111100 | 10111 | 1100101 | 110011 | 110110 |
Color Harmonies of #73C54E
Complementary color
Monochromatic Colors of #73C54E
Black with #73C54E
Text Example
Text Example
White with #73C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C54E; }
p { color: rgb(115,197,78); }
H1.HeaderClassName
{
color: #73C54E;
}
.AnyTagClassName
{
color: #73C54E;
}
</style>
background-color css
<style>
a { background-color: #73C54E; }
a { background-color: rgb(115,197,78); }
div.DivClassName
{
background-color: #73C54E;
}
.BgClassName
{
background-color: #73C54E;
}
</style>
border-color css
<style>
span { border-color: #73C54E; }
span { border-color: rgb(115,197,78); }
td.TdClassName
{
border-color: #73C54E;
}
.TagClassName
{
border-color: #73C54E;
}
</style>