Shades of Mantis #73D256
Tints of Mantis #73D256
RGB
CMYK
RGB Variations
Color information
#73D256 (or 0x73D256) is known color: Mantis. HEX triplet: 73, D2 and 56. RGB value is (115,210,86). Sum of RGB (Red+Green+Blue) = 115+210+86=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #73D256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D256 is #8C2DA9. Grayscale: #A7A7A7. Windows color (decimal): -9186730 or 5689971. OLE color: 5689971.
HSL color Cylindrical-coordinate representation of color #73D256: hue angle of 105.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73D256 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 86 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.18 |
| HSL | 105.97º | 0.58% | 0.58% | - |
| HSV(B) | 105.97º | 0.59% | 0.82% | - |
| XYZ | 31.8 | 50.41 | 16.86 | - |
| YUV | 167.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 86 | 0.45 | 0 | 0.59 | 0.18 | 105.97 | 0.58 | 0.58 |
| Hex | 73 | D2 | 56 | 2D | 0 | 3B | 12 | 6A | 3A | 3A |
| Octal | 163 | 322 | 126 | 55 | 0 | 73 | 22 | 152 | 72 | 72 |
| Binary | 1110011 | 11010010 | 1010110 | 101101 | 0 | 111011 | 10010 | 1101010 | 111010 | 111010 |
Color Harmonies of #73D256
Complementary color
Monochromatic Colors of #73D256
Black with #73D256
Text Example
Text Example
White with #73D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D256; }
p { color: rgb(115,210,86); }
H1.HeaderClassName
{
color: #73D256;
}
.AnyTagClassName
{
color: #73D256;
}
</style>
background-color css
<style>
a { background-color: #73D256; }
a { background-color: rgb(115,210,86); }
div.DivClassName
{
background-color: #73D256;
}
.BgClassName
{
background-color: #73D256;
}
</style>
border-color css
<style>
span { border-color: #73D256; }
span { border-color: rgb(115,210,86); }
td.TdClassName
{
border-color: #73D256;
}
.TagClassName
{
border-color: #73D256;
}
</style>