Shades of Mantis #71C84D
Tints of Mantis #71C84D
RGB
CMYK
RGB Variations
Color information
#71C84D (or 0x71C84D) is known color: Mantis. HEX triplet: 71, C8 and 4D. RGB value is (113,200,77). Sum of RGB (Red+Green+Blue) = 113+200+77=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #71C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C84D is #8E37B2. Grayscale: #A0A0A0. Windows color (decimal): -9320371 or 5097585. OLE color: 5097585.
HSL color Cylindrical-coordinate representation of color #71C84D: hue angle of 102.44º 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 #71C84D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 77 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.22 |
| HSL | 102.44º | 0.53% | 0.54% | - |
| HSV(B) | 102.44º | 0.62% | 0.78% | - |
| XYZ | 28.8 | 45.36 | 14.26 | - |
| YUV | 159.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 77 | 0.44 | 0 | 0.62 | 0.22 | 102.44 | 0.53 | 0.54 |
| Hex | 71 | C8 | 4D | 2C | 0 | 3E | 16 | 66 | 35 | 36 |
| Octal | 161 | 310 | 115 | 54 | 0 | 76 | 26 | 146 | 65 | 66 |
| Binary | 1110001 | 11001000 | 1001101 | 101100 | 0 | 111110 | 10110 | 1100110 | 110101 | 110110 |
Color Harmonies of #71C84D
Complementary color
Monochromatic Colors of #71C84D
Black with #71C84D
Text Example
Text Example
White with #71C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C84D; }
p { color: rgb(113,200,77); }
H1.HeaderClassName
{
color: #71C84D;
}
.AnyTagClassName
{
color: #71C84D;
}
</style>
background-color css
<style>
a { background-color: #71C84D; }
a { background-color: rgb(113,200,77); }
div.DivClassName
{
background-color: #71C84D;
}
.BgClassName
{
background-color: #71C84D;
}
</style>
border-color css
<style>
span { border-color: #71C84D; }
span { border-color: rgb(113,200,77); }
td.TdClassName
{
border-color: #71C84D;
}
.TagClassName
{
border-color: #71C84D;
}
</style>