Shades of Mantis #72CE51
Tints of Mantis #72CE51
RGB
CMYK
RGB Variations
Color information
#72CE51 (or 0x72CE51) is known color: Mantis. HEX triplet: 72, CE and 51. RGB value is (114,206,81). Sum of RGB (Red+Green+Blue) = 114+206+81=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE51 is #8D31AE. Grayscale: #A4A4A4. Windows color (decimal): -9253295 or 5361266. OLE color: 5361266.
HSL color Cylindrical-coordinate representation of color #72CE51: hue angle of 104.16º 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 #72CE51 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 81 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.19 |
| HSL | 104.16º | 0.56% | 0.56% | - |
| HSV(B) | 104.16º | 0.61% | 0.81% | - |
| XYZ | 30.5 | 48.31 | 15.5 | - |
| YUV | 164.24 | 81.02 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 81 | 0.45 | 0 | 0.61 | 0.19 | 104.16 | 0.56 | 0.56 |
| Hex | 72 | CE | 51 | 2D | 0 | 3D | 13 | 68 | 38 | 38 |
| Octal | 162 | 316 | 121 | 55 | 0 | 75 | 23 | 150 | 70 | 70 |
| Binary | 1110010 | 11001110 | 1010001 | 101101 | 0 | 111101 | 10011 | 1101000 | 111000 | 111000 |
Color Harmonies of #72CE51
Complementary color
Monochromatic Colors of #72CE51
Black with #72CE51
Text Example
Text Example
White with #72CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE51; }
p { color: rgb(114,206,81); }
H1.HeaderClassName
{
color: #72CE51;
}
.AnyTagClassName
{
color: #72CE51;
}
</style>
background-color css
<style>
a { background-color: #72CE51; }
a { background-color: rgb(114,206,81); }
div.DivClassName
{
background-color: #72CE51;
}
.BgClassName
{
background-color: #72CE51;
}
</style>
border-color css
<style>
span { border-color: #72CE51; }
span { border-color: rgb(114,206,81); }
td.TdClassName
{
border-color: #72CE51;
}
.TagClassName
{
border-color: #72CE51;
}
</style>