Shades of Mantis #73C966
Tints of Mantis #73C966
RGB
CMYK
RGB Variations
Color information
#73C966 (or 0x73C966) is known color: Mantis. HEX triplet: 73, C9 and 66. RGB value is (115,201,102). Sum of RGB (Red+Green+Blue) = 115+201+102=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #73C966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C966 is #8C3699. Grayscale: #A4A4A4. Windows color (decimal): -9189018 or 6736243. OLE color: 6736243.
HSL color Cylindrical-coordinate representation of color #73C966: hue angle of 112.12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73C966 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 102 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.21 |
| HSL | 112.12º | 0.48% | 0.59% | - |
| HSV(B) | 112.12º | 0.49% | 0.79% | - |
| XYZ | 30.36 | 46.38 | 19.92 | - |
| YUV | 164 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 102 | 0.43 | 0 | 0.49 | 0.21 | 112.12 | 0.48 | 0.59 |
| Hex | 73 | C9 | 66 | 2B | 0 | 31 | 15 | 70 | 30 | 3B |
| Octal | 163 | 311 | 146 | 53 | 0 | 61 | 25 | 160 | 60 | 73 |
| Binary | 1110011 | 11001001 | 1100110 | 101011 | 0 | 110001 | 10101 | 1110000 | 110000 | 111011 |
Color Harmonies of #73C966
Complementary color
Monochromatic Colors of #73C966
Black with #73C966
Text Example
Text Example
White with #73C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C966; }
p { color: rgb(115,201,102); }
H1.HeaderClassName
{
color: #73C966;
}
.AnyTagClassName
{
color: #73C966;
}
</style>
background-color css
<style>
a { background-color: #73C966; }
a { background-color: rgb(115,201,102); }
div.DivClassName
{
background-color: #73C966;
}
.BgClassName
{
background-color: #73C966;
}
</style>
border-color css
<style>
span { border-color: #73C966; }
span { border-color: rgb(115,201,102); }
td.TdClassName
{
border-color: #73C966;
}
.TagClassName
{
border-color: #73C966;
}
</style>