Shades of Mantis #73BF54
Tints of Mantis #73BF54
RGB
CMYK
RGB Variations
Color information
#73BF54 (or 0x73BF54) is known color: Mantis. HEX triplet: 73, BF and 54. RGB value is (115,191,84). Sum of RGB (Red+Green+Blue) = 115+191+84=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF54 is #8C40AB. Grayscale: #9C9C9C. Windows color (decimal): -9191596 or 5554035. OLE color: 5554035.
HSL color Cylindrical-coordinate representation of color #73BF54: hue angle of 102.62º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73BF54 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 84 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.25 |
| HSL | 102.62º | 0.46% | 0.54% | - |
| HSV(B) | 102.62º | 0.56% | 0.75% | - |
| XYZ | 27.3 | 41.55 | 14.97 | - |
| YUV | 156.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 84 | 0.40 | 0 | 0.56 | 0.25 | 102.62 | 0.46 | 0.54 |
| Hex | 73 | BF | 54 | 28 | 0 | 38 | 19 | 67 | 2E | 36 |
| Octal | 163 | 277 | 124 | 50 | 0 | 70 | 31 | 147 | 56 | 66 |
| Binary | 1110011 | 10111111 | 1010100 | 101000 | 0 | 111000 | 11001 | 1100111 | 101110 | 110110 |
Color Harmonies of #73BF54
Complementary color
Monochromatic Colors of #73BF54
Black with #73BF54
Text Example
Text Example
White with #73BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF54; }
p { color: rgb(115,191,84); }
H1.HeaderClassName
{
color: #73BF54;
}
.AnyTagClassName
{
color: #73BF54;
}
</style>
background-color css
<style>
a { background-color: #73BF54; }
a { background-color: rgb(115,191,84); }
div.DivClassName
{
background-color: #73BF54;
}
.BgClassName
{
background-color: #73BF54;
}
</style>
border-color css
<style>
span { border-color: #73BF54; }
span { border-color: rgb(115,191,84); }
td.TdClassName
{
border-color: #73BF54;
}
.TagClassName
{
border-color: #73BF54;
}
</style>