Shades of Mantis #73D73F
Tints of Mantis #73D73F
RGB
CMYK
RGB Variations
Color information
#73D73F (or 0x73D73F) is known color: Mantis. HEX triplet: 73, D7 and 3F. RGB value is (115,215,63). Sum of RGB (Red+Green+Blue) = 115+215+63=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #73D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D73F is #8C28C0. Grayscale: #A8A8A8. Windows color (decimal): -9185473 or 4183923. OLE color: 4183923.
HSL color Cylindrical-coordinate representation of color #73D73F: hue angle of 99.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73D73F is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 63 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.16 |
| HSL | 99.47º | 0.66% | 0.55% | - |
| HSV(B) | 99.47º | 0.71% | 0.84% | - |
| XYZ | 32.27 | 52.6 | 13.16 | - |
| YUV | 167.77 | 68.87 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 63 | 0.47 | 0 | 0.71 | 0.16 | 99.47 | 0.66 | 0.55 |
| Hex | 73 | D7 | 3F | 2F | 0 | 47 | 10 | 63 | 42 | 37 |
| Octal | 163 | 327 | 77 | 57 | 0 | 107 | 20 | 143 | 102 | 67 |
| Binary | 1110011 | 11010111 | 111111 | 101111 | 0 | 1000111 | 10000 | 1100011 | 1000010 | 110111 |
Color Harmonies of #73D73F
Complementary color
Monochromatic Colors of #73D73F
Black with #73D73F
Text Example
Text Example
White with #73D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D73F; }
p { color: rgb(115,215,63); }
H1.HeaderClassName
{
color: #73D73F;
}
.AnyTagClassName
{
color: #73D73F;
}
</style>
background-color css
<style>
a { background-color: #73D73F; }
a { background-color: rgb(115,215,63); }
div.DivClassName
{
background-color: #73D73F;
}
.BgClassName
{
background-color: #73D73F;
}
</style>
border-color css
<style>
span { border-color: #73D73F; }
span { border-color: rgb(115,215,63); }
td.TdClassName
{
border-color: #73D73F;
}
.TagClassName
{
border-color: #73D73F;
}
</style>