Shades of Mantis #73D54B
Tints of Mantis #73D54B
RGB
CMYK
RGB Variations
Color information
#73D54B (or 0x73D54B) is known color: Mantis. HEX triplet: 73, D5 and 4B. RGB value is (115,213,75). Sum of RGB (Red+Green+Blue) = 115+213+75=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #73D54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D54B is #8C2AB4. Grayscale: #A8A8A8. Windows color (decimal): -9185973 or 4969843. OLE color: 4969843.
HSL color Cylindrical-coordinate representation of color #73D54B: hue angle of 102.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73D54B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 75 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.16 |
| HSL | 102.61º | 0.62% | 0.56% | - |
| HSV(B) | 102.61º | 0.65% | 0.84% | - |
| XYZ | 32.13 | 51.74 | 14.95 | - |
| YUV | 167.97 | 75.53 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 75 | 0.46 | 0 | 0.65 | 0.16 | 102.61 | 0.62 | 0.56 |
| Hex | 73 | D5 | 4B | 2E | 0 | 41 | 10 | 67 | 3E | 38 |
| Octal | 163 | 325 | 113 | 56 | 0 | 101 | 20 | 147 | 76 | 70 |
| Binary | 1110011 | 11010101 | 1001011 | 101110 | 0 | 1000001 | 10000 | 1100111 | 111110 | 111000 |
Color Harmonies of #73D54B
Complementary color
Monochromatic Colors of #73D54B
Black with #73D54B
Text Example
Text Example
White with #73D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D54B; }
p { color: rgb(115,213,75); }
H1.HeaderClassName
{
color: #73D54B;
}
.AnyTagClassName
{
color: #73D54B;
}
</style>
background-color css
<style>
a { background-color: #73D54B; }
a { background-color: rgb(115,213,75); }
div.DivClassName
{
background-color: #73D54B;
}
.BgClassName
{
background-color: #73D54B;
}
</style>
border-color css
<style>
span { border-color: #73D54B; }
span { border-color: rgb(115,213,75); }
td.TdClassName
{
border-color: #73D54B;
}
.TagClassName
{
border-color: #73D54B;
}
</style>