Shades of Mantis #73CC50
Tints of Mantis #73CC50
RGB
CMYK
RGB Variations
Color information
#73CC50 (or 0x73CC50) is known color: Mantis. HEX triplet: 73, CC and 50. RGB value is (115,204,80). Sum of RGB (Red+Green+Blue) = 115+204+80=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC50 is #8C33AF. Grayscale: #A3A3A3. Windows color (decimal): -9188272 or 5295219. OLE color: 5295219.
HSL color Cylindrical-coordinate representation of color #73CC50: hue angle of 103.06º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73CC50 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 80 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.2 |
| HSL | 103.06º | 0.55% | 0.56% | - |
| HSV(B) | 103.06º | 0.61% | 0.8% | - |
| XYZ | 30.11 | 47.41 | 15.15 | - |
| YUV | 163.25 | 81.01 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 80 | 0.44 | 0 | 0.61 | 0.2 | 103.06 | 0.55 | 0.56 |
| Hex | 73 | CC | 50 | 2C | 0 | 3D | 14 | 67 | 37 | 38 |
| Octal | 163 | 314 | 120 | 54 | 0 | 75 | 24 | 147 | 67 | 70 |
| Binary | 1110011 | 11001100 | 1010000 | 101100 | 0 | 111101 | 10100 | 1100111 | 110111 | 111000 |
Color Harmonies of #73CC50
Complementary color
Monochromatic Colors of #73CC50
Black with #73CC50
Text Example
Text Example
White with #73CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC50; }
p { color: rgb(115,204,80); }
H1.HeaderClassName
{
color: #73CC50;
}
.AnyTagClassName
{
color: #73CC50;
}
</style>
background-color css
<style>
a { background-color: #73CC50; }
a { background-color: rgb(115,204,80); }
div.DivClassName
{
background-color: #73CC50;
}
.BgClassName
{
background-color: #73CC50;
}
</style>
border-color css
<style>
span { border-color: #73CC50; }
span { border-color: rgb(115,204,80); }
td.TdClassName
{
border-color: #73CC50;
}
.TagClassName
{
border-color: #73CC50;
}
</style>