Shades of Mantis #72BA5B
Tints of Mantis #72BA5B
RGB
CMYK
RGB Variations
Color information
#72BA5B (or 0x72BA5B) is known color: Mantis. HEX triplet: 72, BA and 5B. RGB value is (114,186,91). Sum of RGB (Red+Green+Blue) = 114+186+91=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA5B is #8D45A4. Grayscale: #999999. Windows color (decimal): -9258405 or 6011506. OLE color: 6011506.
HSL color Cylindrical-coordinate representation of color #72BA5B: hue angle of 105.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BA5B is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 91 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.27 |
| HSL | 105.47º | 0.41% | 0.54% | - |
| HSV(B) | 105.47º | 0.51% | 0.73% | - |
| XYZ | 26.39 | 39.45 | 16.12 | - |
| YUV | 153.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 91 | 0.39 | 0 | 0.51 | 0.27 | 105.47 | 0.41 | 0.54 |
| Hex | 72 | BA | 5B | 27 | 0 | 33 | 1B | 69 | 29 | 36 |
| Octal | 162 | 272 | 133 | 47 | 0 | 63 | 33 | 151 | 51 | 66 |
| Binary | 1110010 | 10111010 | 1011011 | 100111 | 0 | 110011 | 11011 | 1101001 | 101001 | 110110 |
Color Harmonies of #72BA5B
Complementary color
Monochromatic Colors of #72BA5B
Black with #72BA5B
Text Example
Text Example
White with #72BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA5B; }
p { color: rgb(114,186,91); }
H1.HeaderClassName
{
color: #72BA5B;
}
.AnyTagClassName
{
color: #72BA5B;
}
</style>
background-color css
<style>
a { background-color: #72BA5B; }
a { background-color: rgb(114,186,91); }
div.DivClassName
{
background-color: #72BA5B;
}
.BgClassName
{
background-color: #72BA5B;
}
</style>
border-color css
<style>
span { border-color: #72BA5B; }
span { border-color: rgb(114,186,91); }
td.TdClassName
{
border-color: #72BA5B;
}
.TagClassName
{
border-color: #72BA5B;
}
</style>