Shades of Mantis #73C65F
Tints of Mantis #73C65F
RGB
CMYK
RGB Variations
Color information
#73C65F (or 0x73C65F) is known color: Mantis. HEX triplet: 73, C6 and 5F. RGB value is (115,198,95). Sum of RGB (Red+Green+Blue) = 115+198+95=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #73C65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C65F is #8C39A0. Grayscale: #A1A1A1. Windows color (decimal): -9189793 or 6276723. OLE color: 6276723.
HSL color Cylindrical-coordinate representation of color #73C65F: hue angle of 108.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C65F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 95 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.22 |
| HSL | 108.35º | 0.47% | 0.57% | - |
| HSV(B) | 108.35º | 0.52% | 0.78% | - |
| XYZ | 29.33 | 44.86 | 17.94 | - |
| YUV | 161.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 95 | 0.42 | 0 | 0.52 | 0.22 | 108.35 | 0.47 | 0.57 |
| Hex | 73 | C6 | 5F | 2A | 0 | 34 | 16 | 6C | 2F | 39 |
| Octal | 163 | 306 | 137 | 52 | 0 | 64 | 26 | 154 | 57 | 71 |
| Binary | 1110011 | 11000110 | 1011111 | 101010 | 0 | 110100 | 10110 | 1101100 | 101111 | 111001 |
Color Harmonies of #73C65F
Complementary color
Monochromatic Colors of #73C65F
Black with #73C65F
Text Example
Text Example
White with #73C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C65F; }
p { color: rgb(115,198,95); }
H1.HeaderClassName
{
color: #73C65F;
}
.AnyTagClassName
{
color: #73C65F;
}
</style>
background-color css
<style>
a { background-color: #73C65F; }
a { background-color: rgb(115,198,95); }
div.DivClassName
{
background-color: #73C65F;
}
.BgClassName
{
background-color: #73C65F;
}
</style>
border-color css
<style>
span { border-color: #73C65F; }
span { border-color: rgb(115,198,95); }
td.TdClassName
{
border-color: #73C65F;
}
.TagClassName
{
border-color: #73C65F;
}
</style>