Shades of Mantis #73CB5F
Tints of Mantis #73CB5F
RGB
CMYK
RGB Variations
Color information
#73CB5F (or 0x73CB5F) is known color: Mantis. HEX triplet: 73, CB and 5F. RGB value is (115,203,95). Sum of RGB (Red+Green+Blue) = 115+203+95=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB5F is #8C34A0. Grayscale: #A4A4A4. Windows color (decimal): -9188513 or 6278003. OLE color: 6278003.
HSL color Cylindrical-coordinate representation of color #73CB5F: hue angle of 108.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CB5F is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 95 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.20 |
| HSL | 108.89º | 0.51% | 0.58% | - |
| HSV(B) | 108.89º | 0.53% | 0.8% | - |
| XYZ | 30.49 | 47.18 | 18.33 | - |
| YUV | 164.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 95 | 0.43 | 0 | 0.53 | 0.20 | 108.89 | 0.51 | 0.58 |
| Hex | 73 | CB | 5F | 2B | 0 | 35 | 14 | 6D | 33 | 3A |
| Octal | 163 | 313 | 137 | 53 | 0 | 65 | 24 | 155 | 63 | 72 |
| Binary | 1110011 | 11001011 | 1011111 | 101011 | 0 | 110101 | 10100 | 1101101 | 110011 | 111010 |
Color Harmonies of #73CB5F
Complementary color
Monochromatic Colors of #73CB5F
Black with #73CB5F
Text Example
Text Example
White with #73CB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB5F; }
p { color: rgb(115,203,95); }
H1.HeaderClassName
{
color: #73CB5F;
}
.AnyTagClassName
{
color: #73CB5F;
}
</style>
background-color css
<style>
a { background-color: #73CB5F; }
a { background-color: rgb(115,203,95); }
div.DivClassName
{
background-color: #73CB5F;
}
.BgClassName
{
background-color: #73CB5F;
}
</style>
border-color css
<style>
span { border-color: #73CB5F; }
span { border-color: rgb(115,203,95); }
td.TdClassName
{
border-color: #73CB5F;
}
.TagClassName
{
border-color: #73CB5F;
}
</style>