Shades of Mantis #73C953
Tints of Mantis #73C953
RGB
CMYK
RGB Variations
Color information
#73C953 (or 0x73C953) is known color: Mantis. HEX triplet: 73, C9 and 53. RGB value is (115,201,83). Sum of RGB (Red+Green+Blue) = 115+201+83=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #73C953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C953 is #8C36AC. Grayscale: #A2A2A2. Windows color (decimal): -9189037 or 5491059. OLE color: 5491059.
HSL color Cylindrical-coordinate representation of color #73C953: hue angle of 103.73º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73C953 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 83 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.21 |
| HSL | 103.73º | 0.52% | 0.56% | - |
| HSV(B) | 103.73º | 0.59% | 0.79% | - |
| XYZ | 29.52 | 46.04 | 15.51 | - |
| YUV | 161.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 83 | 0.43 | 0 | 0.59 | 0.21 | 103.73 | 0.52 | 0.56 |
| Hex | 73 | C9 | 53 | 2B | 0 | 3B | 15 | 68 | 34 | 38 |
| Octal | 163 | 311 | 123 | 53 | 0 | 73 | 25 | 150 | 64 | 70 |
| Binary | 1110011 | 11001001 | 1010011 | 101011 | 0 | 111011 | 10101 | 1101000 | 110100 | 111000 |
Color Harmonies of #73C953
Complementary color
Monochromatic Colors of #73C953
Black with #73C953
Text Example
Text Example
White with #73C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C953; }
p { color: rgb(115,201,83); }
H1.HeaderClassName
{
color: #73C953;
}
.AnyTagClassName
{
color: #73C953;
}
</style>
background-color css
<style>
a { background-color: #73C953; }
a { background-color: rgb(115,201,83); }
div.DivClassName
{
background-color: #73C953;
}
.BgClassName
{
background-color: #73C953;
}
</style>
border-color css
<style>
span { border-color: #73C953; }
span { border-color: rgb(115,201,83); }
td.TdClassName
{
border-color: #73C953;
}
.TagClassName
{
border-color: #73C953;
}
</style>