Shades of Mantis #72C654
Tints of Mantis #72C654
RGB
CMYK
RGB Variations
Color information
#72C654 (or 0x72C654) is known color: Mantis. HEX triplet: 72, C6 and 54. RGB value is (114,198,84). Sum of RGB (Red+Green+Blue) = 114+198+84=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #72C654 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C654 is #8D39AB. Grayscale: #A0A0A0. Windows color (decimal): -9255340 or 5555826. OLE color: 5555826.
HSL color Cylindrical-coordinate representation of color #72C654: hue angle of 104.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72C654 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 84 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.22 |
| HSL | 104.21º | 0.5% | 0.55% | - |
| HSV(B) | 104.21º | 0.58% | 0.78% | - |
| XYZ | 28.73 | 44.61 | 15.48 | - |
| YUV | 159.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 84 | 0.42 | 0 | 0.58 | 0.22 | 104.21 | 0.5 | 0.55 |
| Hex | 72 | C6 | 54 | 2A | 0 | 3A | 16 | 68 | 32 | 37 |
| Octal | 162 | 306 | 124 | 52 | 0 | 72 | 26 | 150 | 62 | 67 |
| Binary | 1110010 | 11000110 | 1010100 | 101010 | 0 | 111010 | 10110 | 1101000 | 110010 | 110111 |
Color Harmonies of #72C654
Complementary color
Monochromatic Colors of #72C654
Black with #72C654
Text Example
Text Example
White with #72C654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C654; }
p { color: rgb(114,198,84); }
H1.HeaderClassName
{
color: #72C654;
}
.AnyTagClassName
{
color: #72C654;
}
</style>
background-color css
<style>
a { background-color: #72C654; }
a { background-color: rgb(114,198,84); }
div.DivClassName
{
background-color: #72C654;
}
.BgClassName
{
background-color: #72C654;
}
</style>
border-color css
<style>
span { border-color: #72C654; }
span { border-color: rgb(114,198,84); }
td.TdClassName
{
border-color: #72C654;
}
.TagClassName
{
border-color: #72C654;
}
</style>