Shades of Mantis #73C457
Tints of Mantis #73C457
RGB
CMYK
RGB Variations
Color information
#73C457 (or 0x73C457) is known color: Mantis. HEX triplet: 73, C4 and 57. RGB value is (115,196,87). Sum of RGB (Red+Green+Blue) = 115+196+87=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #73C457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C457 is #8C3BA8. Grayscale: #9F9F9F. Windows color (decimal): -9190313 or 5751923. OLE color: 5751923.
HSL color Cylindrical-coordinate representation of color #73C457: hue angle of 104.59º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73C457 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 87 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.23 |
| HSL | 104.59º | 0.48% | 0.55% | - |
| HSV(B) | 104.59º | 0.56% | 0.77% | - |
| XYZ | 28.53 | 43.81 | 15.97 | - |
| YUV | 159.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 87 | 0.41 | 0 | 0.56 | 0.23 | 104.59 | 0.48 | 0.55 |
| Hex | 73 | C4 | 57 | 29 | 0 | 38 | 17 | 69 | 30 | 37 |
| Octal | 163 | 304 | 127 | 51 | 0 | 70 | 27 | 151 | 60 | 67 |
| Binary | 1110011 | 11000100 | 1010111 | 101001 | 0 | 111000 | 10111 | 1101001 | 110000 | 110111 |
Color Harmonies of #73C457
Complementary color
Monochromatic Colors of #73C457
Black with #73C457
Text Example
Text Example
White with #73C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C457; }
p { color: rgb(115,196,87); }
H1.HeaderClassName
{
color: #73C457;
}
.AnyTagClassName
{
color: #73C457;
}
</style>
background-color css
<style>
a { background-color: #73C457; }
a { background-color: rgb(115,196,87); }
div.DivClassName
{
background-color: #73C457;
}
.BgClassName
{
background-color: #73C457;
}
</style>
border-color css
<style>
span { border-color: #73C457; }
span { border-color: rgb(115,196,87); }
td.TdClassName
{
border-color: #73C457;
}
.TagClassName
{
border-color: #73C457;
}
</style>