Shades of Mantis #72BA62
Tints of Mantis #72BA62
RGB
CMYK
RGB Variations
Color information
#72BA62 (or 0x72BA62) is known color: Mantis. HEX triplet: 72, BA and 62. RGB value is (114,186,98). Sum of RGB (Red+Green+Blue) = 114+186+98=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA62 is #8D459D. Grayscale: #9A9A9A. Windows color (decimal): -9258398 or 6470258. OLE color: 6470258.
HSL color Cylindrical-coordinate representation of color #72BA62: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72BA62 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 98 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.27 |
| HSL | 109.09º | 0.39% | 0.56% | - |
| HSV(B) | 109.09º | 0.47% | 0.73% | - |
| XYZ | 26.7 | 39.58 | 17.79 | - |
| YUV | 154.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 98 | 0.39 | 0 | 0.47 | 0.27 | 109.09 | 0.39 | 0.56 |
| Hex | 72 | BA | 62 | 27 | 0 | 2F | 1B | 6D | 27 | 38 |
| Octal | 162 | 272 | 142 | 47 | 0 | 57 | 33 | 155 | 47 | 70 |
| Binary | 1110010 | 10111010 | 1100010 | 100111 | 0 | 101111 | 11011 | 1101101 | 100111 | 111000 |
Color Harmonies of #72BA62
Complementary color
Monochromatic Colors of #72BA62
Black with #72BA62
Text Example
Text Example
White with #72BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA62; }
p { color: rgb(114,186,98); }
H1.HeaderClassName
{
color: #72BA62;
}
.AnyTagClassName
{
color: #72BA62;
}
</style>
background-color css
<style>
a { background-color: #72BA62; }
a { background-color: rgb(114,186,98); }
div.DivClassName
{
background-color: #72BA62;
}
.BgClassName
{
background-color: #72BA62;
}
</style>
border-color css
<style>
span { border-color: #72BA62; }
span { border-color: rgb(114,186,98); }
td.TdClassName
{
border-color: #72BA62;
}
.TagClassName
{
border-color: #72BA62;
}
</style>