Shades of Mantis #73D55B
Tints of Mantis #73D55B
RGB
CMYK
RGB Variations
Color information
#73D55B (or 0x73D55B) is known color: Mantis. HEX triplet: 73, D5 and 5B. RGB value is (115,213,91). Sum of RGB (Red+Green+Blue) = 115+213+91=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #73D55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D55B is #8C2AA4. Grayscale: #AAAAAA. Windows color (decimal): -9185957 or 6018419. OLE color: 6018419.
HSL color Cylindrical-coordinate representation of color #73D55B: hue angle of 108.2º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D55B is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 91 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.16 |
| HSL | 108.2º | 0.59% | 0.6% | - |
| HSV(B) | 108.2º | 0.57% | 0.84% | - |
| XYZ | 32.75 | 51.99 | 18.21 | - |
| YUV | 169.79 | 83.53 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 91 | 0.46 | 0 | 0.57 | 0.16 | 108.2 | 0.59 | 0.6 |
| Hex | 73 | D5 | 5B | 2E | 0 | 39 | 10 | 6C | 3B | 3C |
| Octal | 163 | 325 | 133 | 56 | 0 | 71 | 20 | 154 | 73 | 74 |
| Binary | 1110011 | 11010101 | 1011011 | 101110 | 0 | 111001 | 10000 | 1101100 | 111011 | 111100 |
Color Harmonies of #73D55B
Complementary color
Monochromatic Colors of #73D55B
Black with #73D55B
Text Example
Text Example
White with #73D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D55B; }
p { color: rgb(115,213,91); }
H1.HeaderClassName
{
color: #73D55B;
}
.AnyTagClassName
{
color: #73D55B;
}
</style>
background-color css
<style>
a { background-color: #73D55B; }
a { background-color: rgb(115,213,91); }
div.DivClassName
{
background-color: #73D55B;
}
.BgClassName
{
background-color: #73D55B;
}
</style>
border-color css
<style>
span { border-color: #73D55B; }
span { border-color: rgb(115,213,91); }
td.TdClassName
{
border-color: #73D55B;
}
.TagClassName
{
border-color: #73D55B;
}
</style>