Shades of Mantis #73CE53
Tints of Mantis #73CE53
RGB
CMYK
RGB Variations
Color information
#73CE53 (or 0x73CE53) is known color: Mantis. HEX triplet: 73, CE and 53. RGB value is (115,206,83). Sum of RGB (Red+Green+Blue) = 115+206+83=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CE53 is #8C31AC. Grayscale: #A5A5A5. Windows color (decimal): -9187757 or 5492339. OLE color: 5492339.
HSL color Cylindrical-coordinate representation of color #73CE53: hue angle of 104.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73CE53 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 83 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.19 |
| HSL | 104.39º | 0.56% | 0.57% | - |
| HSV(B) | 104.39º | 0.6% | 0.81% | - |
| XYZ | 30.7 | 48.41 | 15.91 | - |
| YUV | 164.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 83 | 0.44 | 0 | 0.60 | 0.19 | 104.39 | 0.56 | 0.57 |
| Hex | 73 | CE | 53 | 2C | 0 | 3C | 13 | 68 | 38 | 39 |
| Octal | 163 | 316 | 123 | 54 | 0 | 74 | 23 | 150 | 70 | 71 |
| Binary | 1110011 | 11001110 | 1010011 | 101100 | 0 | 111100 | 10011 | 1101000 | 111000 | 111001 |
Color Harmonies of #73CE53
Complementary color
Monochromatic Colors of #73CE53
Black with #73CE53
Text Example
Text Example
White with #73CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE53; }
p { color: rgb(115,206,83); }
H1.HeaderClassName
{
color: #73CE53;
}
.AnyTagClassName
{
color: #73CE53;
}
</style>
background-color css
<style>
a { background-color: #73CE53; }
a { background-color: rgb(115,206,83); }
div.DivClassName
{
background-color: #73CE53;
}
.BgClassName
{
background-color: #73CE53;
}
</style>
border-color css
<style>
span { border-color: #73CE53; }
span { border-color: rgb(115,206,83); }
td.TdClassName
{
border-color: #73CE53;
}
.TagClassName
{
border-color: #73CE53;
}
</style>