Shades of Mantis #73D05D
Tints of Mantis #73D05D
RGB
CMYK
RGB Variations
Color information
#73D05D (or 0x73D05D) is known color: Mantis. HEX triplet: 73, D0 and 5D. RGB value is (115,208,93). Sum of RGB (Red+Green+Blue) = 115+208+93=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #73D05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D05D is #8C2FA2. Grayscale: #A7A7A7. Windows color (decimal): -9187235 or 6148211. OLE color: 6148211.
HSL color Cylindrical-coordinate representation of color #73D05D: hue angle of 108.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D05D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 93 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.18 |
| HSL | 108.52º | 0.55% | 0.59% | - |
| HSV(B) | 108.52º | 0.55% | 0.82% | - |
| XYZ | 31.6 | 49.55 | 18.25 | - |
| YUV | 167.08 | 86.19 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 93 | 0.45 | 0 | 0.55 | 0.18 | 108.52 | 0.55 | 0.59 |
| Hex | 73 | D0 | 5D | 2D | 0 | 37 | 12 | 6D | 37 | 3B |
| Octal | 163 | 320 | 135 | 55 | 0 | 67 | 22 | 155 | 67 | 73 |
| Binary | 1110011 | 11010000 | 1011101 | 101101 | 0 | 110111 | 10010 | 1101101 | 110111 | 111011 |
Color Harmonies of #73D05D
Complementary color
Monochromatic Colors of #73D05D
Black with #73D05D
Text Example
Text Example
White with #73D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D05D; }
p { color: rgb(115,208,93); }
H1.HeaderClassName
{
color: #73D05D;
}
.AnyTagClassName
{
color: #73D05D;
}
</style>
background-color css
<style>
a { background-color: #73D05D; }
a { background-color: rgb(115,208,93); }
div.DivClassName
{
background-color: #73D05D;
}
.BgClassName
{
background-color: #73D05D;
}
</style>
border-color css
<style>
span { border-color: #73D05D; }
span { border-color: rgb(115,208,93); }
td.TdClassName
{
border-color: #73D05D;
}
.TagClassName
{
border-color: #73D05D;
}
</style>