Shades of Mantis #73BD54
Tints of Mantis #73BD54
RGB
CMYK
RGB Variations
Color information
#73BD54 (or 0x73BD54) is known color: Mantis. HEX triplet: 73, BD and 54. RGB value is (115,189,84). Sum of RGB (Red+Green+Blue) = 115+189+84=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD54 is #8C42AB. Grayscale: #9B9B9B. Windows color (decimal): -9192108 or 5553523. OLE color: 5553523.
HSL color Cylindrical-coordinate representation of color #73BD54: hue angle of 102.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73BD54 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 84 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.26 |
| HSL | 102.29º | 0.44% | 0.54% | - |
| HSV(B) | 102.29º | 0.56% | 0.74% | - |
| XYZ | 26.87 | 40.68 | 14.82 | - |
| YUV | 154.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 84 | 0.39 | 0 | 0.56 | 0.26 | 102.29 | 0.44 | 0.54 |
| Hex | 73 | BD | 54 | 27 | 0 | 38 | 1A | 66 | 2C | 36 |
| Octal | 163 | 275 | 124 | 47 | 0 | 70 | 32 | 146 | 54 | 66 |
| Binary | 1110011 | 10111101 | 1010100 | 100111 | 0 | 111000 | 11010 | 1100110 | 101100 | 110110 |
Color Harmonies of #73BD54
Complementary color
Monochromatic Colors of #73BD54
Black with #73BD54
Text Example
Text Example
White with #73BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD54; }
p { color: rgb(115,189,84); }
H1.HeaderClassName
{
color: #73BD54;
}
.AnyTagClassName
{
color: #73BD54;
}
</style>
background-color css
<style>
a { background-color: #73BD54; }
a { background-color: rgb(115,189,84); }
div.DivClassName
{
background-color: #73BD54;
}
.BgClassName
{
background-color: #73BD54;
}
</style>
border-color css
<style>
span { border-color: #73BD54; }
span { border-color: rgb(115,189,84); }
td.TdClassName
{
border-color: #73BD54;
}
.TagClassName
{
border-color: #73BD54;
}
</style>