Shades of Mantis #73CC51
Tints of Mantis #73CC51
RGB
CMYK
RGB Variations
Color information
#73CC51 (or 0x73CC51) is known color: Mantis. HEX triplet: 73, CC and 51. RGB value is (115,204,81). Sum of RGB (Red+Green+Blue) = 115+204+81=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC51 is #8C33AE. Grayscale: #A3A3A3. Windows color (decimal): -9188271 or 5360755. OLE color: 5360755.
HSL color Cylindrical-coordinate representation of color #73CC51: hue angle of 103.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73CC51 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 81 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.2 |
| HSL | 103.41º | 0.55% | 0.56% | - |
| HSV(B) | 103.41º | 0.6% | 0.8% | - |
| XYZ | 30.15 | 47.42 | 15.35 | - |
| YUV | 163.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 81 | 0.44 | 0 | 0.60 | 0.2 | 103.41 | 0.55 | 0.56 |
| Hex | 73 | CC | 51 | 2C | 0 | 3C | 14 | 67 | 37 | 38 |
| Octal | 163 | 314 | 121 | 54 | 0 | 74 | 24 | 147 | 67 | 70 |
| Binary | 1110011 | 11001100 | 1010001 | 101100 | 0 | 111100 | 10100 | 1100111 | 110111 | 111000 |
Color Harmonies of #73CC51
Complementary color
Monochromatic Colors of #73CC51
Black with #73CC51
Text Example
Text Example
White with #73CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC51; }
p { color: rgb(115,204,81); }
H1.HeaderClassName
{
color: #73CC51;
}
.AnyTagClassName
{
color: #73CC51;
}
</style>
background-color css
<style>
a { background-color: #73CC51; }
a { background-color: rgb(115,204,81); }
div.DivClassName
{
background-color: #73CC51;
}
.BgClassName
{
background-color: #73CC51;
}
</style>
border-color css
<style>
span { border-color: #73CC51; }
span { border-color: rgb(115,204,81); }
td.TdClassName
{
border-color: #73CC51;
}
.TagClassName
{
border-color: #73CC51;
}
</style>