Shades of Mantis #73D745
Tints of Mantis #73D745
RGB
CMYK
RGB Variations
Color information
#73D745 (or 0x73D745) is known color: Mantis. HEX triplet: 73, D7 and 45. RGB value is (115,215,69). Sum of RGB (Red+Green+Blue) = 115+215+69=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #73D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D745 is #8C28BA. Grayscale: #A8A8A8. Windows color (decimal): -9185467 or 4577139. OLE color: 4577139.
HSL color Cylindrical-coordinate representation of color #73D745: hue angle of 101.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73D745 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 69 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.16 |
| HSL | 101.1º | 0.65% | 0.56% | - |
| HSV(B) | 101.1º | 0.68% | 0.84% | - |
| XYZ | 32.44 | 52.68 | 14.09 | - |
| YUV | 168.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 69 | 0.47 | 0 | 0.68 | 0.16 | 101.1 | 0.65 | 0.56 |
| Hex | 73 | D7 | 45 | 2F | 0 | 44 | 10 | 65 | 41 | 38 |
| Octal | 163 | 327 | 105 | 57 | 0 | 104 | 20 | 145 | 101 | 70 |
| Binary | 1110011 | 11010111 | 1000101 | 101111 | 0 | 1000100 | 10000 | 1100101 | 1000001 | 111000 |
Color Harmonies of #73D745
Complementary color
Monochromatic Colors of #73D745
Black with #73D745
Text Example
Text Example
White with #73D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D745; }
p { color: rgb(115,215,69); }
H1.HeaderClassName
{
color: #73D745;
}
.AnyTagClassName
{
color: #73D745;
}
</style>
background-color css
<style>
a { background-color: #73D745; }
a { background-color: rgb(115,215,69); }
div.DivClassName
{
background-color: #73D745;
}
.BgClassName
{
background-color: #73D745;
}
</style>
border-color css
<style>
span { border-color: #73D745; }
span { border-color: rgb(115,215,69); }
td.TdClassName
{
border-color: #73D745;
}
.TagClassName
{
border-color: #73D745;
}
</style>