Shades of Mantis #73BB53
Tints of Mantis #73BB53
RGB
CMYK
RGB Variations
Color information
#73BB53 (or 0x73BB53) is known color: Mantis. HEX triplet: 73, BB and 53. RGB value is (115,187,83). Sum of RGB (Red+Green+Blue) = 115+187+83=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB53 is #8C44AC. Grayscale: #999999. Windows color (decimal): -9192621 or 5487475. OLE color: 5487475.
HSL color Cylindrical-coordinate representation of color #73BB53: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73BB53 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 83 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.27 |
| HSL | 101.54º | 0.43% | 0.53% | - |
| HSV(B) | 101.54º | 0.56% | 0.73% | - |
| XYZ | 26.4 | 39.81 | 14.48 | - |
| YUV | 153.62 | 88.15 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 83 | 0.39 | 0 | 0.56 | 0.27 | 101.54 | 0.43 | 0.53 |
| Hex | 73 | BB | 53 | 27 | 0 | 38 | 1B | 66 | 2B | 35 |
| Octal | 163 | 273 | 123 | 47 | 0 | 70 | 33 | 146 | 53 | 65 |
| Binary | 1110011 | 10111011 | 1010011 | 100111 | 0 | 111000 | 11011 | 1100110 | 101011 | 110101 |
Color Harmonies of #73BB53
Complementary color
Monochromatic Colors of #73BB53
Black with #73BB53
Text Example
Text Example
White with #73BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB53; }
p { color: rgb(115,187,83); }
H1.HeaderClassName
{
color: #73BB53;
}
.AnyTagClassName
{
color: #73BB53;
}
</style>
background-color css
<style>
a { background-color: #73BB53; }
a { background-color: rgb(115,187,83); }
div.DivClassName
{
background-color: #73BB53;
}
.BgClassName
{
background-color: #73BB53;
}
</style>
border-color css
<style>
span { border-color: #73BB53; }
span { border-color: rgb(115,187,83); }
td.TdClassName
{
border-color: #73BB53;
}
.TagClassName
{
border-color: #73BB53;
}
</style>