Shades of Mantis #73D93C
Tints of Mantis #73D93C
RGB
CMYK
RGB Variations
Color information
#73D93C (or 0x73D93C) is known color: Mantis. HEX triplet: 73, D9 and 3C. RGB value is (115,217,60). Sum of RGB (Red+Green+Blue) = 115+217+60=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #73D93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D93C is #8C26C3. Grayscale: #A9A9A9. Windows color (decimal): -9184964 or 3987827. OLE color: 3987827.
HSL color Cylindrical-coordinate representation of color #73D93C: hue angle of 98.98º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73D93C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 60 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.15 |
| HSL | 98.98º | 0.67% | 0.54% | - |
| HSV(B) | 98.98º | 0.72% | 0.85% | - |
| XYZ | 32.7 | 53.6 | 12.9 | - |
| YUV | 168.6 | 66.71 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 60 | 0.47 | 0 | 0.72 | 0.15 | 98.98 | 0.67 | 0.54 |
| Hex | 73 | D9 | 3C | 2F | 0 | 48 | F | 63 | 43 | 36 |
| Octal | 163 | 331 | 74 | 57 | 0 | 110 | 17 | 143 | 103 | 66 |
| Binary | 1110011 | 11011001 | 111100 | 101111 | 0 | 1001000 | 1111 | 1100011 | 1000011 | 110110 |
Color Harmonies of #73D93C
Complementary color
Monochromatic Colors of #73D93C
Black with #73D93C
Text Example
Text Example
White with #73D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D93C; }
p { color: rgb(115,217,60); }
H1.HeaderClassName
{
color: #73D93C;
}
.AnyTagClassName
{
color: #73D93C;
}
</style>
background-color css
<style>
a { background-color: #73D93C; }
a { background-color: rgb(115,217,60); }
div.DivClassName
{
background-color: #73D93C;
}
.BgClassName
{
background-color: #73D93C;
}
</style>
border-color css
<style>
span { border-color: #73D93C; }
span { border-color: rgb(115,217,60); }
td.TdClassName
{
border-color: #73D93C;
}
.TagClassName
{
border-color: #73D93C;
}
</style>