Shades of Mantis #73BC5B
Tints of Mantis #73BC5B
RGB
CMYK
RGB Variations
Color information
#73BC5B (or 0x73BC5B) is known color: Mantis. HEX triplet: 73, BC and 5B. RGB value is (115,188,91). Sum of RGB (Red+Green+Blue) = 115+188+91=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC5B is #8C43A4. Grayscale: #9B9B9B. Windows color (decimal): -9192357 or 6012019. OLE color: 6012019.
HSL color Cylindrical-coordinate representation of color #73BC5B: hue angle of 105.15º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73BC5B is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 91 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.26 |
| HSL | 105.15º | 0.42% | 0.55% | - |
| HSV(B) | 105.15º | 0.52% | 0.74% | - |
| XYZ | 26.94 | 40.37 | 16.27 | - |
| YUV | 155.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 91 | 0.39 | 0 | 0.52 | 0.26 | 105.15 | 0.42 | 0.55 |
| Hex | 73 | BC | 5B | 27 | 0 | 34 | 1A | 69 | 2A | 37 |
| Octal | 163 | 274 | 133 | 47 | 0 | 64 | 32 | 151 | 52 | 67 |
| Binary | 1110011 | 10111100 | 1011011 | 100111 | 0 | 110100 | 11010 | 1101001 | 101010 | 110111 |
Color Harmonies of #73BC5B
Complementary color
Monochromatic Colors of #73BC5B
Black with #73BC5B
Text Example
Text Example
White with #73BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC5B; }
p { color: rgb(115,188,91); }
H1.HeaderClassName
{
color: #73BC5B;
}
.AnyTagClassName
{
color: #73BC5B;
}
</style>
background-color css
<style>
a { background-color: #73BC5B; }
a { background-color: rgb(115,188,91); }
div.DivClassName
{
background-color: #73BC5B;
}
.BgClassName
{
background-color: #73BC5B;
}
</style>
border-color css
<style>
span { border-color: #73BC5B; }
span { border-color: rgb(115,188,91); }
td.TdClassName
{
border-color: #73BC5B;
}
.TagClassName
{
border-color: #73BC5B;
}
</style>