Shades of Mantis #73C75A
Tints of Mantis #73C75A
RGB
CMYK
RGB Variations
Color information
#73C75A (or 0x73C75A) is known color: Mantis. HEX triplet: 73, C7 and 5A. RGB value is (115,199,90). Sum of RGB (Red+Green+Blue) = 115+199+90=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #73C75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C75A is #8C38A5. Grayscale: #A1A1A1. Windows color (decimal): -9189542 or 5949299. OLE color: 5949299.
HSL color Cylindrical-coordinate representation of color #73C75A: hue angle of 106.24º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73C75A is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 90 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.22 |
| HSL | 106.24º | 0.49% | 0.57% | - |
| HSV(B) | 106.24º | 0.55% | 0.78% | - |
| XYZ | 29.34 | 45.23 | 16.86 | - |
| YUV | 161.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 90 | 0.42 | 0 | 0.55 | 0.22 | 106.24 | 0.49 | 0.57 |
| Hex | 73 | C7 | 5A | 2A | 0 | 37 | 16 | 6A | 31 | 39 |
| Octal | 163 | 307 | 132 | 52 | 0 | 67 | 26 | 152 | 61 | 71 |
| Binary | 1110011 | 11000111 | 1011010 | 101010 | 0 | 110111 | 10110 | 1101010 | 110001 | 111001 |
Color Harmonies of #73C75A
Complementary color
Monochromatic Colors of #73C75A
Black with #73C75A
Text Example
Text Example
White with #73C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C75A; }
p { color: rgb(115,199,90); }
H1.HeaderClassName
{
color: #73C75A;
}
.AnyTagClassName
{
color: #73C75A;
}
</style>
background-color css
<style>
a { background-color: #73C75A; }
a { background-color: rgb(115,199,90); }
div.DivClassName
{
background-color: #73C75A;
}
.BgClassName
{
background-color: #73C75A;
}
</style>
border-color css
<style>
span { border-color: #73C75A; }
span { border-color: rgb(115,199,90); }
td.TdClassName
{
border-color: #73C75A;
}
.TagClassName
{
border-color: #73C75A;
}
</style>