Shades of Mantis #73C95D
Tints of Mantis #73C95D
RGB
CMYK
RGB Variations
Color information
#73C95D (or 0x73C95D) is known color: Mantis. HEX triplet: 73, C9 and 5D. RGB value is (115,201,93). Sum of RGB (Red+Green+Blue) = 115+201+93=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #73C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C95D is #8C36A2. Grayscale: #A3A3A3. Windows color (decimal): -9189027 or 6146419. OLE color: 6146419.
HSL color Cylindrical-coordinate representation of color #73C95D: hue angle of 107.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C95D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 93 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.21 |
| HSL | 107.78º | 0.5% | 0.58% | - |
| HSV(B) | 107.78º | 0.54% | 0.79% | - |
| XYZ | 29.93 | 46.21 | 17.7 | - |
| YUV | 162.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 93 | 0.43 | 0 | 0.54 | 0.21 | 107.78 | 0.5 | 0.58 |
| Hex | 73 | C9 | 5D | 2B | 0 | 36 | 15 | 6C | 32 | 3A |
| Octal | 163 | 311 | 135 | 53 | 0 | 66 | 25 | 154 | 62 | 72 |
| Binary | 1110011 | 11001001 | 1011101 | 101011 | 0 | 110110 | 10101 | 1101100 | 110010 | 111010 |
Color Harmonies of #73C95D
Complementary color
Monochromatic Colors of #73C95D
Black with #73C95D
Text Example
Text Example
White with #73C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C95D; }
p { color: rgb(115,201,93); }
H1.HeaderClassName
{
color: #73C95D;
}
.AnyTagClassName
{
color: #73C95D;
}
</style>
background-color css
<style>
a { background-color: #73C95D; }
a { background-color: rgb(115,201,93); }
div.DivClassName
{
background-color: #73C95D;
}
.BgClassName
{
background-color: #73C95D;
}
</style>
border-color css
<style>
span { border-color: #73C95D; }
span { border-color: rgb(115,201,93); }
td.TdClassName
{
border-color: #73C95D;
}
.TagClassName
{
border-color: #73C95D;
}
</style>