Shades of Mantis #72C551
Tints of Mantis #72C551
RGB
CMYK
RGB Variations
Color information
#72C551 (or 0x72C551) is known color: Mantis. HEX triplet: 72, C5 and 51. RGB value is (114,197,81). Sum of RGB (Red+Green+Blue) = 114+197+81=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #72C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C551 is #8D3AAE. Grayscale: #9F9F9F. Windows color (decimal): -9255599 or 5358962. OLE color: 5358962.
HSL color Cylindrical-coordinate representation of color #72C551: hue angle of 102.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72C551 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 81 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.23 |
| HSL | 102.93º | 0.5% | 0.55% | - |
| HSV(B) | 102.93º | 0.59% | 0.77% | - |
| XYZ | 28.39 | 44.1 | 14.8 | - |
| YUV | 158.96 | 84 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 81 | 0.42 | 0 | 0.59 | 0.23 | 102.93 | 0.5 | 0.55 |
| Hex | 72 | C5 | 51 | 2A | 0 | 3B | 17 | 67 | 32 | 37 |
| Octal | 162 | 305 | 121 | 52 | 0 | 73 | 27 | 147 | 62 | 67 |
| Binary | 1110010 | 11000101 | 1010001 | 101010 | 0 | 111011 | 10111 | 1100111 | 110010 | 110111 |
Color Harmonies of #72C551
Complementary color
Monochromatic Colors of #72C551
Black with #72C551
Text Example
Text Example
White with #72C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C551; }
p { color: rgb(114,197,81); }
H1.HeaderClassName
{
color: #72C551;
}
.AnyTagClassName
{
color: #72C551;
}
</style>
background-color css
<style>
a { background-color: #72C551; }
a { background-color: rgb(114,197,81); }
div.DivClassName
{
background-color: #72C551;
}
.BgClassName
{
background-color: #72C551;
}
</style>
border-color css
<style>
span { border-color: #72C551; }
span { border-color: rgb(114,197,81); }
td.TdClassName
{
border-color: #72C551;
}
.TagClassName
{
border-color: #72C551;
}
</style>