Shades of Mantis #73D35D
Tints of Mantis #73D35D
RGB
CMYK
RGB Variations
Color information
#73D35D (or 0x73D35D) is known color: Mantis. HEX triplet: 73, D3 and 5D. RGB value is (115,211,93). Sum of RGB (Red+Green+Blue) = 115+211+93=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #73D35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D35D is #8C2CA2. Grayscale: #A9A9A9. Windows color (decimal): -9186467 or 6148979. OLE color: 6148979.
HSL color Cylindrical-coordinate representation of color #73D35D: hue angle of 108.81º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73D35D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 93 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.17 |
| HSL | 108.81º | 0.57% | 0.6% | - |
| HSV(B) | 108.81º | 0.56% | 0.83% | - |
| XYZ | 32.34 | 51.02 | 18.5 | - |
| YUV | 168.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 93 | 0.45 | 0 | 0.56 | 0.17 | 108.81 | 0.57 | 0.6 |
| Hex | 73 | D3 | 5D | 2D | 0 | 38 | 11 | 6D | 39 | 3C |
| Octal | 163 | 323 | 135 | 55 | 0 | 70 | 21 | 155 | 71 | 74 |
| Binary | 1110011 | 11010011 | 1011101 | 101101 | 0 | 111000 | 10001 | 1101101 | 111001 | 111100 |
Color Harmonies of #73D35D
Complementary color
Monochromatic Colors of #73D35D
Black with #73D35D
Text Example
Text Example
White with #73D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D35D; }
p { color: rgb(115,211,93); }
H1.HeaderClassName
{
color: #73D35D;
}
.AnyTagClassName
{
color: #73D35D;
}
</style>
background-color css
<style>
a { background-color: #73D35D; }
a { background-color: rgb(115,211,93); }
div.DivClassName
{
background-color: #73D35D;
}
.BgClassName
{
background-color: #73D35D;
}
</style>
border-color css
<style>
span { border-color: #73D35D; }
span { border-color: rgb(115,211,93); }
td.TdClassName
{
border-color: #73D35D;
}
.TagClassName
{
border-color: #73D35D;
}
</style>