Shades of Mantis #73C94A
Tints of Mantis #73C94A
RGB
CMYK
RGB Variations
Color information
#73C94A (or 0x73C94A) is known color: Mantis. HEX triplet: 73, C9 and 4A. RGB value is (115,201,74). Sum of RGB (Red+Green+Blue) = 115+201+74=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #73C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C94A is #8C36B5. Grayscale: #A1A1A1. Windows color (decimal): -9189046 or 4901235. OLE color: 4901235.
HSL color Cylindrical-coordinate representation of color #73C94A: hue angle of 100.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73C94A is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 74 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.21 |
| HSL | 100.63º | 0.54% | 0.54% | - |
| HSV(B) | 100.63º | 0.63% | 0.79% | - |
| XYZ | 29.19 | 45.91 | 13.8 | - |
| YUV | 160.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 74 | 0.43 | 0 | 0.63 | 0.21 | 100.63 | 0.54 | 0.54 |
| Hex | 73 | C9 | 4A | 2B | 0 | 3F | 15 | 65 | 36 | 36 |
| Octal | 163 | 311 | 112 | 53 | 0 | 77 | 25 | 145 | 66 | 66 |
| Binary | 1110011 | 11001001 | 1001010 | 101011 | 0 | 111111 | 10101 | 1100101 | 110110 | 110110 |
Color Harmonies of #73C94A
Complementary color
Monochromatic Colors of #73C94A
Black with #73C94A
Text Example
Text Example
White with #73C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C94A; }
p { color: rgb(115,201,74); }
H1.HeaderClassName
{
color: #73C94A;
}
.AnyTagClassName
{
color: #73C94A;
}
</style>
background-color css
<style>
a { background-color: #73C94A; }
a { background-color: rgb(115,201,74); }
div.DivClassName
{
background-color: #73C94A;
}
.BgClassName
{
background-color: #73C94A;
}
</style>
border-color css
<style>
span { border-color: #73C94A; }
span { border-color: rgb(115,201,74); }
td.TdClassName
{
border-color: #73C94A;
}
.TagClassName
{
border-color: #73C94A;
}
</style>