Shades of Mantis #73D942
Tints of Mantis #73D942
RGB
CMYK
RGB Variations
Color information
#73D942 (or 0x73D942) is known color: Mantis. HEX triplet: 73, D9 and 42. RGB value is (115,217,66). Sum of RGB (Red+Green+Blue) = 115+217+66=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #73D942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D942 is #8C26BD. Grayscale: #A9A9A9. Windows color (decimal): -9184958 or 4381043. OLE color: 4381043.
HSL color Cylindrical-coordinate representation of color #73D942: hue angle of 100.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73D942 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 66 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.15 |
| HSL | 100.53º | 0.67% | 0.55% | - |
| HSV(B) | 100.53º | 0.7% | 0.85% | - |
| XYZ | 32.87 | 53.66 | 13.78 | - |
| YUV | 169.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 66 | 0.47 | 0 | 0.70 | 0.15 | 100.53 | 0.67 | 0.55 |
| Hex | 73 | D9 | 42 | 2F | 0 | 46 | F | 65 | 43 | 37 |
| Octal | 163 | 331 | 102 | 57 | 0 | 106 | 17 | 145 | 103 | 67 |
| Binary | 1110011 | 11011001 | 1000010 | 101111 | 0 | 1000110 | 1111 | 1100101 | 1000011 | 110111 |
Color Harmonies of #73D942
Complementary color
Monochromatic Colors of #73D942
Black with #73D942
Text Example
Text Example
White with #73D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D942; }
p { color: rgb(115,217,66); }
H1.HeaderClassName
{
color: #73D942;
}
.AnyTagClassName
{
color: #73D942;
}
</style>
background-color css
<style>
a { background-color: #73D942; }
a { background-color: rgb(115,217,66); }
div.DivClassName
{
background-color: #73D942;
}
.BgClassName
{
background-color: #73D942;
}
</style>
border-color css
<style>
span { border-color: #73D942; }
span { border-color: rgb(115,217,66); }
td.TdClassName
{
border-color: #73D942;
}
.TagClassName
{
border-color: #73D942;
}
</style>