Shades of Mantis #73D756
Tints of Mantis #73D756
RGB
CMYK
RGB Variations
Color information
#73D756 (or 0x73D756) is known color: Mantis. HEX triplet: 73, D7 and 56. RGB value is (115,215,86). Sum of RGB (Red+Green+Blue) = 115+215+86=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #73D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D756 is #8C28A9. Grayscale: #AAAAAA. Windows color (decimal): -9185450 or 5691251. OLE color: 5691251.
HSL color Cylindrical-coordinate representation of color #73D756: hue angle of 106.51º degrees, saturation: 0.62, 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 #73D756 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 86 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.16 |
| HSL | 106.51º | 0.62% | 0.59% | - |
| HSV(B) | 106.51º | 0.6% | 0.84% | - |
| XYZ | 33.05 | 52.92 | 17.28 | - |
| YUV | 170.39 | 80.37 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 86 | 0.47 | 0 | 0.6 | 0.16 | 106.51 | 0.62 | 0.59 |
| Hex | 73 | D7 | 56 | 2F | 0 | 3C | 10 | 6B | 3E | 3B |
| Octal | 163 | 327 | 126 | 57 | 0 | 74 | 20 | 153 | 76 | 73 |
| Binary | 1110011 | 11010111 | 1010110 | 101111 | 0 | 111100 | 10000 | 1101011 | 111110 | 111011 |
Color Harmonies of #73D756
Complementary color
Monochromatic Colors of #73D756
Black with #73D756
Text Example
Text Example
White with #73D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D756; }
p { color: rgb(115,215,86); }
H1.HeaderClassName
{
color: #73D756;
}
.AnyTagClassName
{
color: #73D756;
}
</style>
background-color css
<style>
a { background-color: #73D756; }
a { background-color: rgb(115,215,86); }
div.DivClassName
{
background-color: #73D756;
}
.BgClassName
{
background-color: #73D756;
}
</style>
border-color css
<style>
span { border-color: #73D756; }
span { border-color: rgb(115,215,86); }
td.TdClassName
{
border-color: #73D756;
}
.TagClassName
{
border-color: #73D756;
}
</style>