Shades of Mantis #72C855
Tints of Mantis #72C855
RGB
CMYK
RGB Variations
Color information
#72C855 (or 0x72C855) is known color: Mantis. HEX triplet: 72, C8 and 55. RGB value is (114,200,85). Sum of RGB (Red+Green+Blue) = 114+200+85=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #72C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C855 is #8D37AA. Grayscale: #A1A1A1. Windows color (decimal): -9254827 or 5621874. OLE color: 5621874.
HSL color Cylindrical-coordinate representation of color #72C855: hue angle of 104.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72C855 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 85 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.22 |
| HSL | 104.87º | 0.51% | 0.56% | - |
| HSV(B) | 104.87º | 0.58% | 0.78% | - |
| XYZ | 29.23 | 45.54 | 15.84 | - |
| YUV | 161.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 85 | 0.43 | 0 | 0.58 | 0.22 | 104.87 | 0.51 | 0.56 |
| Hex | 72 | C8 | 55 | 2B | 0 | 3A | 16 | 69 | 33 | 38 |
| Octal | 162 | 310 | 125 | 53 | 0 | 72 | 26 | 151 | 63 | 70 |
| Binary | 1110010 | 11001000 | 1010101 | 101011 | 0 | 111010 | 10110 | 1101001 | 110011 | 111000 |
Color Harmonies of #72C855
Complementary color
Monochromatic Colors of #72C855
Black with #72C855
Text Example
Text Example
White with #72C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C855; }
p { color: rgb(114,200,85); }
H1.HeaderClassName
{
color: #72C855;
}
.AnyTagClassName
{
color: #72C855;
}
</style>
background-color css
<style>
a { background-color: #72C855; }
a { background-color: rgb(114,200,85); }
div.DivClassName
{
background-color: #72C855;
}
.BgClassName
{
background-color: #72C855;
}
</style>
border-color css
<style>
span { border-color: #72C855; }
span { border-color: rgb(114,200,85); }
td.TdClassName
{
border-color: #72C855;
}
.TagClassName
{
border-color: #72C855;
}
</style>