Shades of Mantis #73C965
Tints of Mantis #73C965
RGB
CMYK
RGB Variations
Color information
#73C965 (or 0x73C965) is known color: Mantis. HEX triplet: 73, C9 and 65. RGB value is (115,201,101). Sum of RGB (Red+Green+Blue) = 115+201+101=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #73C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C965 is #8C369A. Grayscale: #A4A4A4. Windows color (decimal): -9189019 or 6670707. OLE color: 6670707.
HSL color Cylindrical-coordinate representation of color #73C965: hue angle of 111.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73C965 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 101 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.21 |
| HSL | 111.6º | 0.48% | 0.59% | - |
| HSV(B) | 111.6º | 0.5% | 0.79% | - |
| XYZ | 30.31 | 46.36 | 19.66 | - |
| YUV | 163.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 101 | 0.43 | 0 | 0.50 | 0.21 | 111.6 | 0.48 | 0.59 |
| Hex | 73 | C9 | 65 | 2B | 0 | 32 | 15 | 70 | 30 | 3B |
| Octal | 163 | 311 | 145 | 53 | 0 | 62 | 25 | 160 | 60 | 73 |
| Binary | 1110011 | 11001001 | 1100101 | 101011 | 0 | 110010 | 10101 | 1110000 | 110000 | 111011 |
Color Harmonies of #73C965
Complementary color
Monochromatic Colors of #73C965
Black with #73C965
Text Example
Text Example
White with #73C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C965; }
p { color: rgb(115,201,101); }
H1.HeaderClassName
{
color: #73C965;
}
.AnyTagClassName
{
color: #73C965;
}
</style>
background-color css
<style>
a { background-color: #73C965; }
a { background-color: rgb(115,201,101); }
div.DivClassName
{
background-color: #73C965;
}
.BgClassName
{
background-color: #73C965;
}
</style>
border-color css
<style>
span { border-color: #73C965; }
span { border-color: rgb(115,201,101); }
td.TdClassName
{
border-color: #73C965;
}
.TagClassName
{
border-color: #73C965;
}
</style>