Shades of Mantis #73D94F
Tints of Mantis #73D94F
RGB
CMYK
RGB Variations
Color information
#73D94F (or 0x73D94F) is known color: Mantis. HEX triplet: 73, D9 and 4F. RGB value is (115,217,79). Sum of RGB (Red+Green+Blue) = 115+217+79=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #73D94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D94F is #8C26B0. Grayscale: #ABABAB. Windows color (decimal): -9184945 or 5233011. OLE color: 5233011.
HSL color Cylindrical-coordinate representation of color #73D94F: hue angle of 104.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73D94F is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 79 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.15 |
| HSL | 104.35º | 0.64% | 0.58% | - |
| HSV(B) | 104.35º | 0.64% | 0.85% | - |
| XYZ | 33.29 | 53.84 | 16.03 | - |
| YUV | 170.77 | 76.21 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 79 | 0.47 | 0 | 0.64 | 0.15 | 104.35 | 0.64 | 0.58 |
| Hex | 73 | D9 | 4F | 2F | 0 | 40 | F | 68 | 40 | 3A |
| Octal | 163 | 331 | 117 | 57 | 0 | 100 | 17 | 150 | 100 | 72 |
| Binary | 1110011 | 11011001 | 1001111 | 101111 | 0 | 1000000 | 1111 | 1101000 | 1000000 | 111010 |
Color Harmonies of #73D94F
Complementary color
Monochromatic Colors of #73D94F
Black with #73D94F
Text Example
Text Example
White with #73D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D94F; }
p { color: rgb(115,217,79); }
H1.HeaderClassName
{
color: #73D94F;
}
.AnyTagClassName
{
color: #73D94F;
}
</style>
background-color css
<style>
a { background-color: #73D94F; }
a { background-color: rgb(115,217,79); }
div.DivClassName
{
background-color: #73D94F;
}
.BgClassName
{
background-color: #73D94F;
}
</style>
border-color css
<style>
span { border-color: #73D94F; }
span { border-color: rgb(115,217,79); }
td.TdClassName
{
border-color: #73D94F;
}
.TagClassName
{
border-color: #73D94F;
}
</style>