Shades of Mantis #73CB45
Tints of Mantis #73CB45
RGB
CMYK
RGB Variations
Color information
#73CB45 (or 0x73CB45) is known color: Mantis. HEX triplet: 73, CB and 45. RGB value is (115,203,69). Sum of RGB (Red+Green+Blue) = 115+203+69=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB45 is #8C34BA. Grayscale: #A1A1A1. Windows color (decimal): -9188539 or 4574067. OLE color: 4574067.
HSL color Cylindrical-coordinate representation of color #73CB45: hue angle of 99.4º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73CB45 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 69 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.20 |
| HSL | 99.4º | 0.56% | 0.53% | - |
| HSV(B) | 99.4º | 0.66% | 0.8% | - |
| XYZ | 29.5 | 46.79 | 13.11 | - |
| YUV | 161.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 69 | 0.43 | 0 | 0.66 | 0.20 | 99.4 | 0.56 | 0.53 |
| Hex | 73 | CB | 45 | 2B | 0 | 42 | 14 | 63 | 38 | 35 |
| Octal | 163 | 313 | 105 | 53 | 0 | 102 | 24 | 143 | 70 | 65 |
| Binary | 1110011 | 11001011 | 1000101 | 101011 | 0 | 1000010 | 10100 | 1100011 | 111000 | 110101 |
Color Harmonies of #73CB45
Complementary color
Monochromatic Colors of #73CB45
Black with #73CB45
Text Example
Text Example
White with #73CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB45; }
p { color: rgb(115,203,69); }
H1.HeaderClassName
{
color: #73CB45;
}
.AnyTagClassName
{
color: #73CB45;
}
</style>
background-color css
<style>
a { background-color: #73CB45; }
a { background-color: rgb(115,203,69); }
div.DivClassName
{
background-color: #73CB45;
}
.BgClassName
{
background-color: #73CB45;
}
</style>
border-color css
<style>
span { border-color: #73CB45; }
span { border-color: rgb(115,203,69); }
td.TdClassName
{
border-color: #73CB45;
}
.TagClassName
{
border-color: #73CB45;
}
</style>