Shades of Mantis #73CB58
Tints of Mantis #73CB58
RGB
CMYK
RGB Variations
Color information
#73CB58 (or 0x73CB58) is known color: Mantis. HEX triplet: 73, CB and 58. RGB value is (115,203,88). Sum of RGB (Red+Green+Blue) = 115+203+88=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB58 is #8C34A7. Grayscale: #A3A3A3. Windows color (decimal): -9188520 or 5819251. OLE color: 5819251.
HSL color Cylindrical-coordinate representation of color #73CB58: hue angle of 105.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73CB58 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 88 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.20 |
| HSL | 105.91º | 0.53% | 0.57% | - |
| HSV(B) | 105.91º | 0.57% | 0.8% | - |
| XYZ | 30.19 | 47.06 | 16.73 | - |
| YUV | 163.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 88 | 0.43 | 0 | 0.57 | 0.20 | 105.91 | 0.53 | 0.57 |
| Hex | 73 | CB | 58 | 2B | 0 | 39 | 14 | 6A | 35 | 39 |
| Octal | 163 | 313 | 130 | 53 | 0 | 71 | 24 | 152 | 65 | 71 |
| Binary | 1110011 | 11001011 | 1011000 | 101011 | 0 | 111001 | 10100 | 1101010 | 110101 | 111001 |
Color Harmonies of #73CB58
Complementary color
Monochromatic Colors of #73CB58
Black with #73CB58
Text Example
Text Example
White with #73CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB58; }
p { color: rgb(115,203,88); }
H1.HeaderClassName
{
color: #73CB58;
}
.AnyTagClassName
{
color: #73CB58;
}
</style>
background-color css
<style>
a { background-color: #73CB58; }
a { background-color: rgb(115,203,88); }
div.DivClassName
{
background-color: #73CB58;
}
.BgClassName
{
background-color: #73CB58;
}
</style>
border-color css
<style>
span { border-color: #73CB58; }
span { border-color: rgb(115,203,88); }
td.TdClassName
{
border-color: #73CB58;
}
.TagClassName
{
border-color: #73CB58;
}
</style>