Shades of Mantis #72BA57
Tints of Mantis #72BA57
RGB
CMYK
RGB Variations
Color information
#72BA57 (or 0x72BA57) is known color: Mantis. HEX triplet: 72, BA and 57. RGB value is (114,186,87). Sum of RGB (Red+Green+Blue) = 114+186+87=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA57 is #8D45A8. Grayscale: #999999. Windows color (decimal): -9258409 or 5749362. OLE color: 5749362.
HSL color Cylindrical-coordinate representation of color #72BA57: hue angle of 103.64º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72BA57 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 87 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.27 |
| HSL | 103.64º | 0.42% | 0.54% | - |
| HSV(B) | 103.64º | 0.53% | 0.73% | - |
| XYZ | 26.22 | 39.38 | 15.24 | - |
| YUV | 153.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 87 | 0.39 | 0 | 0.53 | 0.27 | 103.64 | 0.42 | 0.54 |
| Hex | 72 | BA | 57 | 27 | 0 | 35 | 1B | 68 | 2A | 36 |
| Octal | 162 | 272 | 127 | 47 | 0 | 65 | 33 | 150 | 52 | 66 |
| Binary | 1110010 | 10111010 | 1010111 | 100111 | 0 | 110101 | 11011 | 1101000 | 101010 | 110110 |
Color Harmonies of #72BA57
Complementary color
Monochromatic Colors of #72BA57
Black with #72BA57
Text Example
Text Example
White with #72BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA57; }
p { color: rgb(114,186,87); }
H1.HeaderClassName
{
color: #72BA57;
}
.AnyTagClassName
{
color: #72BA57;
}
</style>
background-color css
<style>
a { background-color: #72BA57; }
a { background-color: rgb(114,186,87); }
div.DivClassName
{
background-color: #72BA57;
}
.BgClassName
{
background-color: #72BA57;
}
</style>
border-color css
<style>
span { border-color: #72BA57; }
span { border-color: rgb(114,186,87); }
td.TdClassName
{
border-color: #72BA57;
}
.TagClassName
{
border-color: #72BA57;
}
</style>