Shades of Mantis #73CB5D
Tints of Mantis #73CB5D
RGB
CMYK
RGB Variations
Color information
#73CB5D (or 0x73CB5D) is known color: Mantis. HEX triplet: 73, CB and 5D. RGB value is (115,203,93). Sum of RGB (Red+Green+Blue) = 115+203+93=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB5D is #8C34A2. Grayscale: #A4A4A4. Windows color (decimal): -9188515 or 6146931. OLE color: 6146931.
HSL color Cylindrical-coordinate representation of color #73CB5D: hue angle of 108º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73CB5D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 93 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.20 |
| HSL | 108º | 0.51% | 0.58% | - |
| HSV(B) | 108º | 0.54% | 0.8% | - |
| XYZ | 30.4 | 47.15 | 17.85 | - |
| YUV | 164.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 93 | 0.43 | 0 | 0.54 | 0.20 | 108 | 0.51 | 0.58 |
| Hex | 73 | CB | 5D | 2B | 0 | 36 | 14 | 6C | 33 | 3A |
| Octal | 163 | 313 | 135 | 53 | 0 | 66 | 24 | 154 | 63 | 72 |
| Binary | 1110011 | 11001011 | 1011101 | 101011 | 0 | 110110 | 10100 | 1101100 | 110011 | 111010 |
Color Harmonies of #73CB5D
Complementary color
Monochromatic Colors of #73CB5D
Black with #73CB5D
Text Example
Text Example
White with #73CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB5D; }
p { color: rgb(115,203,93); }
H1.HeaderClassName
{
color: #73CB5D;
}
.AnyTagClassName
{
color: #73CB5D;
}
</style>
background-color css
<style>
a { background-color: #73CB5D; }
a { background-color: rgb(115,203,93); }
div.DivClassName
{
background-color: #73CB5D;
}
.BgClassName
{
background-color: #73CB5D;
}
</style>
border-color css
<style>
span { border-color: #73CB5D; }
span { border-color: rgb(115,203,93); }
td.TdClassName
{
border-color: #73CB5D;
}
.TagClassName
{
border-color: #73CB5D;
}
</style>