Shades of Mantis #73D951
Tints of Mantis #73D951
RGB
CMYK
RGB Variations
Color information
#73D951 (or 0x73D951) is known color: Mantis. HEX triplet: 73, D9 and 51. RGB value is (115,217,81). Sum of RGB (Red+Green+Blue) = 115+217+81=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #73D951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D951 is #8C26AE. Grayscale: #ABABAB. Windows color (decimal): -9184943 or 5364083. OLE color: 5364083.
HSL color Cylindrical-coordinate representation of color #73D951: hue angle of 105º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D951 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 81 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.15 |
| HSL | 105º | 0.64% | 0.58% | - |
| HSV(B) | 105º | 0.63% | 0.85% | - |
| XYZ | 33.37 | 53.86 | 16.42 | - |
| YUV | 171 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 81 | 0.47 | 0 | 0.63 | 0.15 | 105 | 0.64 | 0.58 |
| Hex | 73 | D9 | 51 | 2F | 0 | 3F | F | 69 | 40 | 3A |
| Octal | 163 | 331 | 121 | 57 | 0 | 77 | 17 | 151 | 100 | 72 |
| Binary | 1110011 | 11011001 | 1010001 | 101111 | 0 | 111111 | 1111 | 1101001 | 1000000 | 111010 |
Color Harmonies of #73D951
Complementary color
Monochromatic Colors of #73D951
Black with #73D951
Text Example
Text Example
White with #73D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D951; }
p { color: rgb(115,217,81); }
H1.HeaderClassName
{
color: #73D951;
}
.AnyTagClassName
{
color: #73D951;
}
</style>
background-color css
<style>
a { background-color: #73D951; }
a { background-color: rgb(115,217,81); }
div.DivClassName
{
background-color: #73D951;
}
.BgClassName
{
background-color: #73D951;
}
</style>
border-color css
<style>
span { border-color: #73D951; }
span { border-color: rgb(115,217,81); }
td.TdClassName
{
border-color: #73D951;
}
.TagClassName
{
border-color: #73D951;
}
</style>