Shades of Mantis #73CC53
Tints of Mantis #73CC53
RGB
CMYK
RGB Variations
Color information
#73CC53 (or 0x73CC53) is known color: Mantis. HEX triplet: 73, CC and 53. RGB value is (115,204,83). Sum of RGB (Red+Green+Blue) = 115+204+83=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC53 is #8C33AC. Grayscale: #A3A3A3. Windows color (decimal): -9188269 or 5491827. OLE color: 5491827.
HSL color Cylindrical-coordinate representation of color #73CC53: hue angle of 104.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73CC53 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 83 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.2 |
| HSL | 104.13º | 0.54% | 0.56% | - |
| HSV(B) | 104.13º | 0.59% | 0.8% | - |
| XYZ | 30.22 | 47.46 | 15.75 | - |
| YUV | 163.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 83 | 0.44 | 0 | 0.59 | 0.2 | 104.13 | 0.54 | 0.56 |
| Hex | 73 | CC | 53 | 2C | 0 | 3B | 14 | 68 | 36 | 38 |
| Octal | 163 | 314 | 123 | 54 | 0 | 73 | 24 | 150 | 66 | 70 |
| Binary | 1110011 | 11001100 | 1010011 | 101100 | 0 | 111011 | 10100 | 1101000 | 110110 | 111000 |
Color Harmonies of #73CC53
Complementary color
Monochromatic Colors of #73CC53
Black with #73CC53
Text Example
Text Example
White with #73CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC53; }
p { color: rgb(115,204,83); }
H1.HeaderClassName
{
color: #73CC53;
}
.AnyTagClassName
{
color: #73CC53;
}
</style>
background-color css
<style>
a { background-color: #73CC53; }
a { background-color: rgb(115,204,83); }
div.DivClassName
{
background-color: #73CC53;
}
.BgClassName
{
background-color: #73CC53;
}
</style>
border-color css
<style>
span { border-color: #73CC53; }
span { border-color: rgb(115,204,83); }
td.TdClassName
{
border-color: #73CC53;
}
.TagClassName
{
border-color: #73CC53;
}
</style>