Shades of Mantis #73C35E
Tints of Mantis #73C35E
RGB
CMYK
RGB Variations
Color information
#73C35E (or 0x73C35E) is known color: Mantis. HEX triplet: 73, C3 and 5E. RGB value is (115,195,94). Sum of RGB (Red+Green+Blue) = 115+195+94=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #73C35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C35E is #8C3CA1. Grayscale: #9F9F9F. Windows color (decimal): -9190562 or 6210419. OLE color: 6210419.
HSL color Cylindrical-coordinate representation of color #73C35E: hue angle of 107.52º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C35E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 94 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.24 |
| HSL | 107.52º | 0.46% | 0.57% | - |
| HSV(B) | 107.52º | 0.52% | 0.76% | - |
| XYZ | 28.61 | 43.48 | 17.48 | - |
| YUV | 159.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 94 | 0.41 | 0 | 0.52 | 0.24 | 107.52 | 0.46 | 0.57 |
| Hex | 73 | C3 | 5E | 29 | 0 | 34 | 18 | 6C | 2E | 39 |
| Octal | 163 | 303 | 136 | 51 | 0 | 64 | 30 | 154 | 56 | 71 |
| Binary | 1110011 | 11000011 | 1011110 | 101001 | 0 | 110100 | 11000 | 1101100 | 101110 | 111001 |
Color Harmonies of #73C35E
Complementary color
Monochromatic Colors of #73C35E
Black with #73C35E
Text Example
Text Example
White with #73C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C35E; }
p { color: rgb(115,195,94); }
H1.HeaderClassName
{
color: #73C35E;
}
.AnyTagClassName
{
color: #73C35E;
}
</style>
background-color css
<style>
a { background-color: #73C35E; }
a { background-color: rgb(115,195,94); }
div.DivClassName
{
background-color: #73C35E;
}
.BgClassName
{
background-color: #73C35E;
}
</style>
border-color css
<style>
span { border-color: #73C35E; }
span { border-color: rgb(115,195,94); }
td.TdClassName
{
border-color: #73C35E;
}
.TagClassName
{
border-color: #73C35E;
}
</style>