Shades of Mantis #73D752
Tints of Mantis #73D752
RGB
CMYK
RGB Variations
Color information
#73D752 (or 0x73D752) is known color: Mantis. HEX triplet: 73, D7 and 52. RGB value is (115,215,82). Sum of RGB (Red+Green+Blue) = 115+215+82=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #73D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D752 is #8C28AD. Grayscale: #AAAAAA. Windows color (decimal): -9185454 or 5429107. OLE color: 5429107.
HSL color Cylindrical-coordinate representation of color #73D752: hue angle of 105.11º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73D752 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 82 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.16 |
| HSL | 105.11º | 0.62% | 0.58% | - |
| HSV(B) | 105.11º | 0.62% | 0.84% | - |
| XYZ | 32.89 | 52.85 | 16.45 | - |
| YUV | 169.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 82 | 0.47 | 0 | 0.62 | 0.16 | 105.11 | 0.62 | 0.58 |
| Hex | 73 | D7 | 52 | 2F | 0 | 3E | 10 | 69 | 3E | 3A |
| Octal | 163 | 327 | 122 | 57 | 0 | 76 | 20 | 151 | 76 | 72 |
| Binary | 1110011 | 11010111 | 1010010 | 101111 | 0 | 111110 | 10000 | 1101001 | 111110 | 111010 |
Color Harmonies of #73D752
Complementary color
Monochromatic Colors of #73D752
Black with #73D752
Text Example
Text Example
White with #73D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D752; }
p { color: rgb(115,215,82); }
H1.HeaderClassName
{
color: #73D752;
}
.AnyTagClassName
{
color: #73D752;
}
</style>
background-color css
<style>
a { background-color: #73D752; }
a { background-color: rgb(115,215,82); }
div.DivClassName
{
background-color: #73D752;
}
.BgClassName
{
background-color: #73D752;
}
</style>
border-color css
<style>
span { border-color: #73D752; }
span { border-color: rgb(115,215,82); }
td.TdClassName
{
border-color: #73D752;
}
.TagClassName
{
border-color: #73D752;
}
</style>