Shades of Mantis #72CA51
Tints of Mantis #72CA51
RGB
CMYK
RGB Variations
Color information
#72CA51 (or 0x72CA51) is known color: Mantis. HEX triplet: 72, CA and 51. RGB value is (114,202,81). Sum of RGB (Red+Green+Blue) = 114+202+81=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA51 is #8D35AE. Grayscale: #A2A2A2. Windows color (decimal): -9254319 or 5360242. OLE color: 5360242.
HSL color Cylindrical-coordinate representation of color #72CA51: hue angle of 103.64º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72CA51 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 81 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.21 |
| HSL | 103.64º | 0.53% | 0.55% | - |
| HSV(B) | 103.64º | 0.6% | 0.79% | - |
| XYZ | 29.55 | 46.41 | 15.19 | - |
| YUV | 161.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 81 | 0.44 | 0 | 0.60 | 0.21 | 103.64 | 0.53 | 0.55 |
| Hex | 72 | CA | 51 | 2C | 0 | 3C | 15 | 68 | 35 | 37 |
| Octal | 162 | 312 | 121 | 54 | 0 | 74 | 25 | 150 | 65 | 67 |
| Binary | 1110010 | 11001010 | 1010001 | 101100 | 0 | 111100 | 10101 | 1101000 | 110101 | 110111 |
Color Harmonies of #72CA51
Complementary color
Monochromatic Colors of #72CA51
Black with #72CA51
Text Example
Text Example
White with #72CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA51; }
p { color: rgb(114,202,81); }
H1.HeaderClassName
{
color: #72CA51;
}
.AnyTagClassName
{
color: #72CA51;
}
</style>
background-color css
<style>
a { background-color: #72CA51; }
a { background-color: rgb(114,202,81); }
div.DivClassName
{
background-color: #72CA51;
}
.BgClassName
{
background-color: #72CA51;
}
</style>
border-color css
<style>
span { border-color: #72CA51; }
span { border-color: rgb(114,202,81); }
td.TdClassName
{
border-color: #72CA51;
}
.TagClassName
{
border-color: #72CA51;
}
</style>