Shades of Mantis #72BC55
Tints of Mantis #72BC55
RGB
CMYK
RGB Variations
Color information
#72BC55 (or 0x72BC55) is known color: Mantis. HEX triplet: 72, BC and 55. RGB value is (114,188,85). Sum of RGB (Red+Green+Blue) = 114+188+85=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC55 is #8D43AA. Grayscale: #9A9A9A. Windows color (decimal): -9257899 or 5618802. OLE color: 5618802.
HSL color Cylindrical-coordinate representation of color #72BC55: hue angle of 103.11º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BC55 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 85 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.26 |
| HSL | 103.11º | 0.43% | 0.54% | - |
| HSV(B) | 103.11º | 0.55% | 0.74% | - |
| XYZ | 26.56 | 40.2 | 14.95 | - |
| YUV | 154.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 85 | 0.39 | 0 | 0.55 | 0.26 | 103.11 | 0.43 | 0.54 |
| Hex | 72 | BC | 55 | 27 | 0 | 37 | 1A | 67 | 2B | 36 |
| Octal | 162 | 274 | 125 | 47 | 0 | 67 | 32 | 147 | 53 | 66 |
| Binary | 1110010 | 10111100 | 1010101 | 100111 | 0 | 110111 | 11010 | 1100111 | 101011 | 110110 |
Color Harmonies of #72BC55
Complementary color
Monochromatic Colors of #72BC55
Black with #72BC55
Text Example
Text Example
White with #72BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC55; }
p { color: rgb(114,188,85); }
H1.HeaderClassName
{
color: #72BC55;
}
.AnyTagClassName
{
color: #72BC55;
}
</style>
background-color css
<style>
a { background-color: #72BC55; }
a { background-color: rgb(114,188,85); }
div.DivClassName
{
background-color: #72BC55;
}
.BgClassName
{
background-color: #72BC55;
}
</style>
border-color css
<style>
span { border-color: #72BC55; }
span { border-color: rgb(114,188,85); }
td.TdClassName
{
border-color: #72BC55;
}
.TagClassName
{
border-color: #72BC55;
}
</style>