Shades of Mantis #73C35D
Tints of Mantis #73C35D
RGB
CMYK
RGB Variations
Color information
#73C35D (or 0x73C35D) is known color: Mantis. HEX triplet: 73, C3 and 5D. RGB value is (115,195,93). Sum of RGB (Red+Green+Blue) = 115+195+93=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #73C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C35D is #8C3CA2. Grayscale: #9F9F9F. Windows color (decimal): -9190563 or 6144883. OLE color: 6144883.
HSL color Cylindrical-coordinate representation of color #73C35D: hue angle of 107.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C35D is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 93 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.24 |
| HSL | 107.06º | 0.46% | 0.56% | - |
| HSV(B) | 107.06º | 0.52% | 0.76% | - |
| XYZ | 28.56 | 43.47 | 17.24 | - |
| YUV | 159.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 93 | 0.41 | 0 | 0.52 | 0.24 | 107.06 | 0.46 | 0.56 |
| Hex | 73 | C3 | 5D | 29 | 0 | 34 | 18 | 6B | 2E | 38 |
| Octal | 163 | 303 | 135 | 51 | 0 | 64 | 30 | 153 | 56 | 70 |
| Binary | 1110011 | 11000011 | 1011101 | 101001 | 0 | 110100 | 11000 | 1101011 | 101110 | 111000 |
Color Harmonies of #73C35D
Complementary color
Monochromatic Colors of #73C35D
Black with #73C35D
Text Example
Text Example
White with #73C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C35D; }
p { color: rgb(115,195,93); }
H1.HeaderClassName
{
color: #73C35D;
}
.AnyTagClassName
{
color: #73C35D;
}
</style>
background-color css
<style>
a { background-color: #73C35D; }
a { background-color: rgb(115,195,93); }
div.DivClassName
{
background-color: #73C35D;
}
.BgClassName
{
background-color: #73C35D;
}
</style>
border-color css
<style>
span { border-color: #73C35D; }
span { border-color: rgb(115,195,93); }
td.TdClassName
{
border-color: #73C35D;
}
.TagClassName
{
border-color: #73C35D;
}
</style>