Shades of Mantis #73D241
Tints of Mantis #73D241
RGB
CMYK
RGB Variations
Color information
#73D241 (or 0x73D241) is known color: Mantis. HEX triplet: 73, D2 and 41. RGB value is (115,210,65). Sum of RGB (Red+Green+Blue) = 115+210+65=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #73D241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D241 is #8C2DBE. Grayscale: #A5A5A5. Windows color (decimal): -9186751 or 4313715. OLE color: 4313715.
HSL color Cylindrical-coordinate representation of color #73D241: hue angle of 99.31º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D241 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 65 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.18 |
| HSL | 99.31º | 0.62% | 0.54% | - |
| HSV(B) | 99.31º | 0.69% | 0.82% | - |
| XYZ | 31.07 | 50.12 | 13.04 | - |
| YUV | 165.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 65 | 0.45 | 0 | 0.69 | 0.18 | 99.31 | 0.62 | 0.54 |
| Hex | 73 | D2 | 41 | 2D | 0 | 45 | 12 | 63 | 3E | 36 |
| Octal | 163 | 322 | 101 | 55 | 0 | 105 | 22 | 143 | 76 | 66 |
| Binary | 1110011 | 11010010 | 1000001 | 101101 | 0 | 1000101 | 10010 | 1100011 | 111110 | 110110 |
Color Harmonies of #73D241
Complementary color
Monochromatic Colors of #73D241
Black with #73D241
Text Example
Text Example
White with #73D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D241; }
p { color: rgb(115,210,65); }
H1.HeaderClassName
{
color: #73D241;
}
.AnyTagClassName
{
color: #73D241;
}
</style>
background-color css
<style>
a { background-color: #73D241; }
a { background-color: rgb(115,210,65); }
div.DivClassName
{
background-color: #73D241;
}
.BgClassName
{
background-color: #73D241;
}
</style>
border-color css
<style>
span { border-color: #73D241; }
span { border-color: rgb(115,210,65); }
td.TdClassName
{
border-color: #73D241;
}
.TagClassName
{
border-color: #73D241;
}
</style>