Shades of Mantis #73CE51
Tints of Mantis #73CE51
RGB
CMYK
RGB Variations
Color information
#73CE51 (or 0x73CE51) is known color: Mantis. HEX triplet: 73, CE and 51. RGB value is (115,206,81). Sum of RGB (Red+Green+Blue) = 115+206+81=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CE51 is #8C31AE. Grayscale: #A4A4A4. Windows color (decimal): -9187759 or 5361267. OLE color: 5361267.
HSL color Cylindrical-coordinate representation of color #73CE51: hue angle of 103.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73CE51 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 81 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.19 |
| HSL | 103.68º | 0.56% | 0.56% | - |
| HSV(B) | 103.68º | 0.61% | 0.81% | - |
| XYZ | 30.63 | 48.38 | 15.51 | - |
| YUV | 164.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 81 | 0.44 | 0 | 0.61 | 0.19 | 103.68 | 0.56 | 0.56 |
| Hex | 73 | CE | 51 | 2C | 0 | 3D | 13 | 68 | 38 | 38 |
| Octal | 163 | 316 | 121 | 54 | 0 | 75 | 23 | 150 | 70 | 70 |
| Binary | 1110011 | 11001110 | 1010001 | 101100 | 0 | 111101 | 10011 | 1101000 | 111000 | 111000 |
Color Harmonies of #73CE51
Complementary color
Monochromatic Colors of #73CE51
Black with #73CE51
Text Example
Text Example
White with #73CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE51; }
p { color: rgb(115,206,81); }
H1.HeaderClassName
{
color: #73CE51;
}
.AnyTagClassName
{
color: #73CE51;
}
</style>
background-color css
<style>
a { background-color: #73CE51; }
a { background-color: rgb(115,206,81); }
div.DivClassName
{
background-color: #73CE51;
}
.BgClassName
{
background-color: #73CE51;
}
</style>
border-color css
<style>
span { border-color: #73CE51; }
span { border-color: rgb(115,206,81); }
td.TdClassName
{
border-color: #73CE51;
}
.TagClassName
{
border-color: #73CE51;
}
</style>