Shades of Mantis #73D556
Tints of Mantis #73D556
RGB
CMYK
RGB Variations
Color information
#73D556 (or 0x73D556) is known color: Mantis. HEX triplet: 73, D5 and 56. RGB value is (115,213,86). Sum of RGB (Red+Green+Blue) = 115+213+86=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #73D556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D556 is #8C2AA9. Grayscale: #A9A9A9. Windows color (decimal): -9185962 or 5690739. OLE color: 5690739.
HSL color Cylindrical-coordinate representation of color #73D556: hue angle of 106.3º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73D556 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 86 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.16 |
| HSL | 106.3º | 0.6% | 0.59% | - |
| HSV(B) | 106.3º | 0.6% | 0.84% | - |
| XYZ | 32.54 | 51.91 | 17.11 | - |
| YUV | 169.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 86 | 0.46 | 0 | 0.60 | 0.16 | 106.3 | 0.6 | 0.59 |
| Hex | 73 | D5 | 56 | 2E | 0 | 3C | 10 | 6A | 3C | 3B |
| Octal | 163 | 325 | 126 | 56 | 0 | 74 | 20 | 152 | 74 | 73 |
| Binary | 1110011 | 11010101 | 1010110 | 101110 | 0 | 111100 | 10000 | 1101010 | 111100 | 111011 |
Color Harmonies of #73D556
Complementary color
Monochromatic Colors of #73D556
Black with #73D556
Text Example
Text Example
White with #73D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D556; }
p { color: rgb(115,213,86); }
H1.HeaderClassName
{
color: #73D556;
}
.AnyTagClassName
{
color: #73D556;
}
</style>
background-color css
<style>
a { background-color: #73D556; }
a { background-color: rgb(115,213,86); }
div.DivClassName
{
background-color: #73D556;
}
.BgClassName
{
background-color: #73D556;
}
</style>
border-color css
<style>
span { border-color: #73D556; }
span { border-color: rgb(115,213,86); }
td.TdClassName
{
border-color: #73D556;
}
.TagClassName
{
border-color: #73D556;
}
</style>