Shades of Mantis #73C854
Tints of Mantis #73C854
RGB
CMYK
RGB Variations
Color information
#73C854 (or 0x73C854) is known color: Mantis. HEX triplet: 73, C8 and 54. RGB value is (115,200,84). Sum of RGB (Red+Green+Blue) = 115+200+84=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #73C854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C854 is #8C37AB. Grayscale: #A1A1A1. Windows color (decimal): -9189292 or 5556339. OLE color: 5556339.
HSL color Cylindrical-coordinate representation of color #73C854: hue angle of 103.97º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73C854 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 84 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.22 |
| HSL | 103.97º | 0.51% | 0.56% | - |
| HSV(B) | 103.97º | 0.58% | 0.78% | - |
| XYZ | 29.32 | 45.59 | 15.64 | - |
| YUV | 161.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 84 | 0.42 | 0 | 0.58 | 0.22 | 103.97 | 0.51 | 0.56 |
| Hex | 73 | C8 | 54 | 2A | 0 | 3A | 16 | 68 | 33 | 38 |
| Octal | 163 | 310 | 124 | 52 | 0 | 72 | 26 | 150 | 63 | 70 |
| Binary | 1110011 | 11001000 | 1010100 | 101010 | 0 | 111010 | 10110 | 1101000 | 110011 | 111000 |
Color Harmonies of #73C854
Complementary color
Monochromatic Colors of #73C854
Black with #73C854
Text Example
Text Example
White with #73C854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C854; }
p { color: rgb(115,200,84); }
H1.HeaderClassName
{
color: #73C854;
}
.AnyTagClassName
{
color: #73C854;
}
</style>
background-color css
<style>
a { background-color: #73C854; }
a { background-color: rgb(115,200,84); }
div.DivClassName
{
background-color: #73C854;
}
.BgClassName
{
background-color: #73C854;
}
</style>
border-color css
<style>
span { border-color: #73C854; }
span { border-color: rgb(115,200,84); }
td.TdClassName
{
border-color: #73C854;
}
.TagClassName
{
border-color: #73C854;
}
</style>