Shades of Mantis #73D255
Tints of Mantis #73D255
RGB
CMYK
RGB Variations
Color information
#73D255 (or 0x73D255) is known color: Mantis. HEX triplet: 73, D2 and 55. RGB value is (115,210,85). Sum of RGB (Red+Green+Blue) = 115+210+85=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #73D255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D255 is #8C2DAA. Grayscale: #A7A7A7. Windows color (decimal): -9186731 or 5624435. OLE color: 5624435.
HSL color Cylindrical-coordinate representation of color #73D255: hue angle of 105.6º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73D255 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 85 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.18 |
| HSL | 105.6º | 0.58% | 0.58% | - |
| HSV(B) | 105.6º | 0.6% | 0.82% | - |
| XYZ | 31.76 | 50.39 | 16.65 | - |
| YUV | 167.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 85 | 0.45 | 0 | 0.60 | 0.18 | 105.6 | 0.58 | 0.58 |
| Hex | 73 | D2 | 55 | 2D | 0 | 3C | 12 | 6A | 3A | 3A |
| Octal | 163 | 322 | 125 | 55 | 0 | 74 | 22 | 152 | 72 | 72 |
| Binary | 1110011 | 11010010 | 1010101 | 101101 | 0 | 111100 | 10010 | 1101010 | 111010 | 111010 |
Color Harmonies of #73D255
Complementary color
Monochromatic Colors of #73D255
Black with #73D255
Text Example
Text Example
White with #73D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D255; }
p { color: rgb(115,210,85); }
H1.HeaderClassName
{
color: #73D255;
}
.AnyTagClassName
{
color: #73D255;
}
</style>
background-color css
<style>
a { background-color: #73D255; }
a { background-color: rgb(115,210,85); }
div.DivClassName
{
background-color: #73D255;
}
.BgClassName
{
background-color: #73D255;
}
</style>
border-color css
<style>
span { border-color: #73D255; }
span { border-color: rgb(115,210,85); }
td.TdClassName
{
border-color: #73D255;
}
.TagClassName
{
border-color: #73D255;
}
</style>