Shades of Mantis #73C469
Tints of Mantis #73C469
RGB
CMYK
RGB Variations
Color information
#73C469 (or 0x73C469) is known color: Mantis. HEX triplet: 73, C4 and 69. RGB value is (115,196,105). Sum of RGB (Red+Green+Blue) = 115+196+105=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #73C469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C469 is #8C3B96. Grayscale: #A1A1A1. Windows color (decimal): -9190295 or 6931571. OLE color: 6931571.
HSL color Cylindrical-coordinate representation of color #73C469: hue angle of 113.41º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73C469 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 105 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.23 |
| HSL | 113.41º | 0.44% | 0.59% | - |
| HSV(B) | 113.41º | 0.46% | 0.77% | - |
| XYZ | 29.36 | 44.14 | 20.34 | - |
| YUV | 161.41 | 96.16 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 105 | 0.41 | 0 | 0.46 | 0.23 | 113.41 | 0.44 | 0.59 |
| Hex | 73 | C4 | 69 | 29 | 0 | 2E | 17 | 71 | 2C | 3B |
| Octal | 163 | 304 | 151 | 51 | 0 | 56 | 27 | 161 | 54 | 73 |
| Binary | 1110011 | 11000100 | 1101001 | 101001 | 0 | 101110 | 10111 | 1110001 | 101100 | 111011 |
Color Harmonies of #73C469
Complementary color
Monochromatic Colors of #73C469
Black with #73C469
Text Example
Text Example
White with #73C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C469; }
p { color: rgb(115,196,105); }
H1.HeaderClassName
{
color: #73C469;
}
.AnyTagClassName
{
color: #73C469;
}
</style>
background-color css
<style>
a { background-color: #73C469; }
a { background-color: rgb(115,196,105); }
div.DivClassName
{
background-color: #73C469;
}
.BgClassName
{
background-color: #73C469;
}
</style>
border-color css
<style>
span { border-color: #73C469; }
span { border-color: rgb(115,196,105); }
td.TdClassName
{
border-color: #73C469;
}
.TagClassName
{
border-color: #73C469;
}
</style>