Shades of Mantis #73D15F
Tints of Mantis #73D15F
RGB
CMYK
RGB Variations
Color information
#73D15F (or 0x73D15F) is known color: Mantis. HEX triplet: 73, D1 and 5F. RGB value is (115,209,95). Sum of RGB (Red+Green+Blue) = 115+209+95=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #73D15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D15F is #8C2EA0. Grayscale: #A8A8A8. Windows color (decimal): -9186977 or 6279539. OLE color: 6279539.
HSL color Cylindrical-coordinate representation of color #73D15F: hue angle of 109.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D15F is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 95 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.18 |
| HSL | 109.47º | 0.55% | 0.6% | - |
| HSV(B) | 109.47º | 0.55% | 0.82% | - |
| XYZ | 31.94 | 50.07 | 18.81 | - |
| YUV | 167.9 | 86.86 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 95 | 0.45 | 0 | 0.55 | 0.18 | 109.47 | 0.55 | 0.6 |
| Hex | 73 | D1 | 5F | 2D | 0 | 37 | 12 | 6D | 37 | 3C |
| Octal | 163 | 321 | 137 | 55 | 0 | 67 | 22 | 155 | 67 | 74 |
| Binary | 1110011 | 11010001 | 1011111 | 101101 | 0 | 110111 | 10010 | 1101101 | 110111 | 111100 |
Color Harmonies of #73D15F
Complementary color
Monochromatic Colors of #73D15F
Black with #73D15F
Text Example
Text Example
White with #73D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D15F; }
p { color: rgb(115,209,95); }
H1.HeaderClassName
{
color: #73D15F;
}
.AnyTagClassName
{
color: #73D15F;
}
</style>
background-color css
<style>
a { background-color: #73D15F; }
a { background-color: rgb(115,209,95); }
div.DivClassName
{
background-color: #73D15F;
}
.BgClassName
{
background-color: #73D15F;
}
</style>
border-color css
<style>
span { border-color: #73D15F; }
span { border-color: rgb(115,209,95); }
td.TdClassName
{
border-color: #73D15F;
}
.TagClassName
{
border-color: #73D15F;
}
</style>