Shades of Mantis #72BD54
Tints of Mantis #72BD54
RGB
CMYK
RGB Variations
Color information
#72BD54 (or 0x72BD54) is known color: Mantis. HEX triplet: 72, BD and 54. RGB value is (114,189,84). Sum of RGB (Red+Green+Blue) = 114+189+84=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD54 is #8D42AB. Grayscale: #9A9A9A. Windows color (decimal): -9257644 or 5553522. OLE color: 5553522.
HSL color Cylindrical-coordinate representation of color #72BD54: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72BD54 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 84 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.26 |
| HSL | 102.86º | 0.44% | 0.54% | - |
| HSV(B) | 102.86º | 0.56% | 0.74% | - |
| XYZ | 26.74 | 40.61 | 14.82 | - |
| YUV | 154.61 | 88.15 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 84 | 0.40 | 0 | 0.56 | 0.26 | 102.86 | 0.44 | 0.54 |
| Hex | 72 | BD | 54 | 28 | 0 | 38 | 1A | 67 | 2C | 36 |
| Octal | 162 | 275 | 124 | 50 | 0 | 70 | 32 | 147 | 54 | 66 |
| Binary | 1110010 | 10111101 | 1010100 | 101000 | 0 | 111000 | 11010 | 1100111 | 101100 | 110110 |
Color Harmonies of #72BD54
Complementary color
Monochromatic Colors of #72BD54
Black with #72BD54
Text Example
Text Example
White with #72BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD54; }
p { color: rgb(114,189,84); }
H1.HeaderClassName
{
color: #72BD54;
}
.AnyTagClassName
{
color: #72BD54;
}
</style>
background-color css
<style>
a { background-color: #72BD54; }
a { background-color: rgb(114,189,84); }
div.DivClassName
{
background-color: #72BD54;
}
.BgClassName
{
background-color: #72BD54;
}
</style>
border-color css
<style>
span { border-color: #72BD54; }
span { border-color: rgb(114,189,84); }
td.TdClassName
{
border-color: #72BD54;
}
.TagClassName
{
border-color: #72BD54;
}
</style>