Shades of Mantis #73DA41
Tints of Mantis #73DA41
RGB
CMYK
RGB Variations
Color information
#73DA41 (or 0x73DA41) is known color: Mantis. HEX triplet: 73, DA and 41. RGB value is (115,218,65). Sum of RGB (Red+Green+Blue) = 115+218+65=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DA41 is #8C25BE. Grayscale: #AAAAAA. Windows color (decimal): -9184703 or 4315763. OLE color: 4315763.
HSL color Cylindrical-coordinate representation of color #73DA41: hue angle of 100.39º 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 #73DA41 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 65 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.15 |
| HSL | 100.39º | 0.67% | 0.55% | - |
| HSV(B) | 100.39º | 0.7% | 0.85% | - |
| XYZ | 33.1 | 54.17 | 13.71 | - |
| YUV | 169.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 65 | 0.47 | 0 | 0.70 | 0.15 | 100.39 | 0.67 | 0.55 |
| Hex | 73 | DA | 41 | 2F | 0 | 46 | F | 64 | 43 | 37 |
| Octal | 163 | 332 | 101 | 57 | 0 | 106 | 17 | 144 | 103 | 67 |
| Binary | 1110011 | 11011010 | 1000001 | 101111 | 0 | 1000110 | 1111 | 1100100 | 1000011 | 110111 |
Color Harmonies of #73DA41
Complementary color
Monochromatic Colors of #73DA41
Black with #73DA41
Text Example
Text Example
White with #73DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA41; }
p { color: rgb(115,218,65); }
H1.HeaderClassName
{
color: #73DA41;
}
.AnyTagClassName
{
color: #73DA41;
}
</style>
background-color css
<style>
a { background-color: #73DA41; }
a { background-color: rgb(115,218,65); }
div.DivClassName
{
background-color: #73DA41;
}
.BgClassName
{
background-color: #73DA41;
}
</style>
border-color css
<style>
span { border-color: #73DA41; }
span { border-color: rgb(115,218,65); }
td.TdClassName
{
border-color: #73DA41;
}
.TagClassName
{
border-color: #73DA41;
}
</style>