Shades of Mantis #72C84D
Tints of Mantis #72C84D
RGB
CMYK
RGB Variations
Color information
#72C84D (or 0x72C84D) is known color: Mantis. HEX triplet: 72, C8 and 4D. RGB value is (114,200,77). Sum of RGB (Red+Green+Blue) = 114+200+77=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #72C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C84D is #8D37B2. Grayscale: #A0A0A0. Windows color (decimal): -9254835 or 5097586. OLE color: 5097586.
HSL color Cylindrical-coordinate representation of color #72C84D: hue angle of 101.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72C84D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 77 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.22 |
| HSL | 101.95º | 0.53% | 0.54% | - |
| HSV(B) | 101.95º | 0.62% | 0.78% | - |
| XYZ | 28.93 | 45.42 | 14.26 | - |
| YUV | 160.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 77 | 0.43 | 0 | 0.62 | 0.22 | 101.95 | 0.53 | 0.54 |
| Hex | 72 | C8 | 4D | 2B | 0 | 3E | 16 | 66 | 35 | 36 |
| Octal | 162 | 310 | 115 | 53 | 0 | 76 | 26 | 146 | 65 | 66 |
| Binary | 1110010 | 11001000 | 1001101 | 101011 | 0 | 111110 | 10110 | 1100110 | 110101 | 110110 |
Color Harmonies of #72C84D
Complementary color
Monochromatic Colors of #72C84D
Black with #72C84D
Text Example
Text Example
White with #72C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C84D; }
p { color: rgb(114,200,77); }
H1.HeaderClassName
{
color: #72C84D;
}
.AnyTagClassName
{
color: #72C84D;
}
</style>
background-color css
<style>
a { background-color: #72C84D; }
a { background-color: rgb(114,200,77); }
div.DivClassName
{
background-color: #72C84D;
}
.BgClassName
{
background-color: #72C84D;
}
</style>
border-color css
<style>
span { border-color: #72C84D; }
span { border-color: rgb(114,200,77); }
td.TdClassName
{
border-color: #72C84D;
}
.TagClassName
{
border-color: #72C84D;
}
</style>