Shades of Mantis #73D25E
Tints of Mantis #73D25E
RGB
CMYK
RGB Variations
Color information
#73D25E (or 0x73D25E) is known color: Mantis. HEX triplet: 73, D2 and 5E. RGB value is (115,210,94). Sum of RGB (Red+Green+Blue) = 115+210+94=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #73D25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D25E is #8C2DA1. Grayscale: #A8A8A8. Windows color (decimal): -9186722 or 6214259. OLE color: 6214259.
HSL color Cylindrical-coordinate representation of color #73D25E: hue angle of 109.14º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D25E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 94 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.18 |
| HSL | 109.14º | 0.56% | 0.6% | - |
| HSV(B) | 109.14º | 0.55% | 0.82% | - |
| XYZ | 32.14 | 50.55 | 18.65 | - |
| YUV | 168.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 94 | 0.45 | 0 | 0.55 | 0.18 | 109.14 | 0.56 | 0.6 |
| Hex | 73 | D2 | 5E | 2D | 0 | 37 | 12 | 6D | 38 | 3C |
| Octal | 163 | 322 | 136 | 55 | 0 | 67 | 22 | 155 | 70 | 74 |
| Binary | 1110011 | 11010010 | 1011110 | 101101 | 0 | 110111 | 10010 | 1101101 | 111000 | 111100 |
Color Harmonies of #73D25E
Complementary color
Monochromatic Colors of #73D25E
Black with #73D25E
Text Example
Text Example
White with #73D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D25E; }
p { color: rgb(115,210,94); }
H1.HeaderClassName
{
color: #73D25E;
}
.AnyTagClassName
{
color: #73D25E;
}
</style>
background-color css
<style>
a { background-color: #73D25E; }
a { background-color: rgb(115,210,94); }
div.DivClassName
{
background-color: #73D25E;
}
.BgClassName
{
background-color: #73D25E;
}
</style>
border-color css
<style>
span { border-color: #73D25E; }
span { border-color: rgb(115,210,94); }
td.TdClassName
{
border-color: #73D25E;
}
.TagClassName
{
border-color: #73D25E;
}
</style>