Shades of Mantis #71C34E
Tints of Mantis #71C34E
RGB
CMYK
RGB Variations
Color information
#71C34E (or 0x71C34E) is known color: Mantis. HEX triplet: 71, C3 and 4E. RGB value is (113,195,78). Sum of RGB (Red+Green+Blue) = 113+195+78=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #71C34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C34E is #8E3CB1. Grayscale: #9D9D9D. Windows color (decimal): -9321650 or 5161841. OLE color: 5161841.
HSL color Cylindrical-coordinate representation of color #71C34E: hue angle of 102.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C34E is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 78 | - |
| CMYK | 0.42 | 0 | 0.6 | 0.24 |
| HSL | 102.05º | 0.49% | 0.54% | - |
| HSV(B) | 102.05º | 0.6% | 0.76% | - |
| XYZ | 27.7 | 43.09 | 14.07 | - |
| YUV | 157.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 78 | 0.42 | 0 | 0.6 | 0.24 | 102.05 | 0.49 | 0.54 |
| Hex | 71 | C3 | 4E | 2A | 0 | 3C | 18 | 66 | 31 | 36 |
| Octal | 161 | 303 | 116 | 52 | 0 | 74 | 30 | 146 | 61 | 66 |
| Binary | 1110001 | 11000011 | 1001110 | 101010 | 0 | 111100 | 11000 | 1100110 | 110001 | 110110 |
Color Harmonies of #71C34E
Complementary color
Monochromatic Colors of #71C34E
Black with #71C34E
Text Example
Text Example
White with #71C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C34E; }
p { color: rgb(113,195,78); }
H1.HeaderClassName
{
color: #71C34E;
}
.AnyTagClassName
{
color: #71C34E;
}
</style>
background-color css
<style>
a { background-color: #71C34E; }
a { background-color: rgb(113,195,78); }
div.DivClassName
{
background-color: #71C34E;
}
.BgClassName
{
background-color: #71C34E;
}
</style>
border-color css
<style>
span { border-color: #71C34E; }
span { border-color: rgb(113,195,78); }
td.TdClassName
{
border-color: #71C34E;
}
.TagClassName
{
border-color: #71C34E;
}
</style>