Shades of Mantis #73D95D
Tints of Mantis #73D95D
RGB
CMYK
RGB Variations
Color information
#73D95D (or 0x73D95D) is known color: Mantis. HEX triplet: 73, D9 and 5D. RGB value is (115,217,93). Sum of RGB (Red+Green+Blue) = 115+217+93=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #73D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D95D is #8C26A2. Grayscale: #ACACAC. Windows color (decimal): -9184931 or 6150515. OLE color: 6150515.
HSL color Cylindrical-coordinate representation of color #73D95D: hue angle of 109.35º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D95D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 93 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.15 |
| HSL | 109.35º | 0.62% | 0.61% | - |
| HSV(B) | 109.35º | 0.57% | 0.85% | - |
| XYZ | 33.86 | 54.06 | 19.01 | - |
| YUV | 172.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 93 | 0.47 | 0 | 0.57 | 0.15 | 109.35 | 0.62 | 0.61 |
| Hex | 73 | D9 | 5D | 2F | 0 | 39 | F | 6D | 3E | 3D |
| Octal | 163 | 331 | 135 | 57 | 0 | 71 | 17 | 155 | 76 | 75 |
| Binary | 1110011 | 11011001 | 1011101 | 101111 | 0 | 111001 | 1111 | 1101101 | 111110 | 111101 |
Color Harmonies of #73D95D
Complementary color
Monochromatic Colors of #73D95D
Black with #73D95D
Text Example
Text Example
White with #73D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D95D; }
p { color: rgb(115,217,93); }
H1.HeaderClassName
{
color: #73D95D;
}
.AnyTagClassName
{
color: #73D95D;
}
</style>
background-color css
<style>
a { background-color: #73D95D; }
a { background-color: rgb(115,217,93); }
div.DivClassName
{
background-color: #73D95D;
}
.BgClassName
{
background-color: #73D95D;
}
</style>
border-color css
<style>
span { border-color: #73D95D; }
span { border-color: rgb(115,217,93); }
td.TdClassName
{
border-color: #73D95D;
}
.TagClassName
{
border-color: #73D95D;
}
</style>