Shades of Mantis #73CC56
Tints of Mantis #73CC56
RGB
CMYK
RGB Variations
Color information
#73CC56 (or 0x73CC56) is known color: Mantis. HEX triplet: 73, CC and 56. RGB value is (115,204,86). Sum of RGB (Red+Green+Blue) = 115+204+86=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC56 is #8C33A9. Grayscale: #A4A4A4. Windows color (decimal): -9188266 or 5688435. OLE color: 5688435.
HSL color Cylindrical-coordinate representation of color #73CC56: hue angle of 105.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73CC56 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 86 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.2 |
| HSL | 105.25º | 0.54% | 0.57% | - |
| HSV(B) | 105.25º | 0.58% | 0.8% | - |
| XYZ | 30.34 | 47.5 | 16.37 | - |
| YUV | 163.94 | 84.01 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 86 | 0.44 | 0 | 0.58 | 0.2 | 105.25 | 0.54 | 0.57 |
| Hex | 73 | CC | 56 | 2C | 0 | 3A | 14 | 69 | 36 | 39 |
| Octal | 163 | 314 | 126 | 54 | 0 | 72 | 24 | 151 | 66 | 71 |
| Binary | 1110011 | 11001100 | 1010110 | 101100 | 0 | 111010 | 10100 | 1101001 | 110110 | 111001 |
Color Harmonies of #73CC56
Complementary color
Monochromatic Colors of #73CC56
Black with #73CC56
Text Example
Text Example
White with #73CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC56; }
p { color: rgb(115,204,86); }
H1.HeaderClassName
{
color: #73CC56;
}
.AnyTagClassName
{
color: #73CC56;
}
</style>
background-color css
<style>
a { background-color: #73CC56; }
a { background-color: rgb(115,204,86); }
div.DivClassName
{
background-color: #73CC56;
}
.BgClassName
{
background-color: #73CC56;
}
</style>
border-color css
<style>
span { border-color: #73CC56; }
span { border-color: rgb(115,204,86); }
td.TdClassName
{
border-color: #73CC56;
}
.TagClassName
{
border-color: #73CC56;
}
</style>