Shades of Mantis #73CB60
Tints of Mantis #73CB60
RGB
CMYK
RGB Variations
Color information
#73CB60 (or 0x73CB60) is known color: Mantis. HEX triplet: 73, CB and 60. RGB value is (115,203,96). Sum of RGB (Red+Green+Blue) = 115+203+96=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB60 is #8C349F. Grayscale: #A4A4A4. Windows color (decimal): -9188512 or 6343539. OLE color: 6343539.
HSL color Cylindrical-coordinate representation of color #73CB60: hue angle of 109.35º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CB60 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 96 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.20 |
| HSL | 109.35º | 0.51% | 0.59% | - |
| HSV(B) | 109.35º | 0.53% | 0.8% | - |
| XYZ | 30.54 | 47.2 | 18.57 | - |
| YUV | 164.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 96 | 0.43 | 0 | 0.53 | 0.20 | 109.35 | 0.51 | 0.59 |
| Hex | 73 | CB | 60 | 2B | 0 | 35 | 14 | 6D | 33 | 3B |
| Octal | 163 | 313 | 140 | 53 | 0 | 65 | 24 | 155 | 63 | 73 |
| Binary | 1110011 | 11001011 | 1100000 | 101011 | 0 | 110101 | 10100 | 1101101 | 110011 | 111011 |
Color Harmonies of #73CB60
Complementary color
Monochromatic Colors of #73CB60
Black with #73CB60
Text Example
Text Example
White with #73CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB60; }
p { color: rgb(115,203,96); }
H1.HeaderClassName
{
color: #73CB60;
}
.AnyTagClassName
{
color: #73CB60;
}
</style>
background-color css
<style>
a { background-color: #73CB60; }
a { background-color: rgb(115,203,96); }
div.DivClassName
{
background-color: #73CB60;
}
.BgClassName
{
background-color: #73CB60;
}
</style>
border-color css
<style>
span { border-color: #73CB60; }
span { border-color: rgb(115,203,96); }
td.TdClassName
{
border-color: #73CB60;
}
.TagClassName
{
border-color: #73CB60;
}
</style>