Shades of Mantis #73C368
Tints of Mantis #73C368
RGB
CMYK
RGB Variations
Color information
#73C368 (or 0x73C368) is known color: Mantis. HEX triplet: 73, C3 and 68. RGB value is (115,195,104). Sum of RGB (Red+Green+Blue) = 115+195+104=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #73C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C368 is #8C3C97. Grayscale: #A0A0A0. Windows color (decimal): -9190552 or 6865779. OLE color: 6865779.
HSL color Cylindrical-coordinate representation of color #73C368: hue angle of 112.75º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73C368 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 104 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.24 |
| HSL | 112.75º | 0.43% | 0.59% | - |
| HSV(B) | 112.75º | 0.47% | 0.76% | - |
| XYZ | 29.08 | 43.67 | 19.99 | - |
| YUV | 160.71 | 96 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 104 | 0.41 | 0 | 0.47 | 0.24 | 112.75 | 0.43 | 0.59 |
| Hex | 73 | C3 | 68 | 29 | 0 | 2F | 18 | 71 | 2B | 3B |
| Octal | 163 | 303 | 150 | 51 | 0 | 57 | 30 | 161 | 53 | 73 |
| Binary | 1110011 | 11000011 | 1101000 | 101001 | 0 | 101111 | 11000 | 1110001 | 101011 | 111011 |
Color Harmonies of #73C368
Complementary color
Monochromatic Colors of #73C368
Black with #73C368
Text Example
Text Example
White with #73C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C368; }
p { color: rgb(115,195,104); }
H1.HeaderClassName
{
color: #73C368;
}
.AnyTagClassName
{
color: #73C368;
}
</style>
background-color css
<style>
a { background-color: #73C368; }
a { background-color: rgb(115,195,104); }
div.DivClassName
{
background-color: #73C368;
}
.BgClassName
{
background-color: #73C368;
}
</style>
border-color css
<style>
span { border-color: #73C368; }
span { border-color: rgb(115,195,104); }
td.TdClassName
{
border-color: #73C368;
}
.TagClassName
{
border-color: #73C368;
}
</style>