Shades of Mantis #71B858
Tints of Mantis #71B858
RGB
CMYK
RGB Variations
Color information
#71B858 (or 0x71B858) is known color: Mantis. HEX triplet: 71, B8 and 58. RGB value is (113,184,88). Sum of RGB (Red+Green+Blue) = 113+184+88=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #71B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B858 is #8E47A7. Grayscale: #989898. Windows color (decimal): -9324456 or 5814385. OLE color: 5814385.
HSL color Cylindrical-coordinate representation of color #71B858: hue angle of 104.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B858 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 88 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.28 |
| HSL | 104.38º | 0.4% | 0.53% | - |
| HSV(B) | 104.38º | 0.52% | 0.72% | - |
| XYZ | 25.71 | 38.5 | 15.31 | - |
| YUV | 151.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 88 | 0.39 | 0 | 0.52 | 0.28 | 104.38 | 0.4 | 0.53 |
| Hex | 71 | B8 | 58 | 27 | 0 | 34 | 1C | 68 | 28 | 35 |
| Octal | 161 | 270 | 130 | 47 | 0 | 64 | 34 | 150 | 50 | 65 |
| Binary | 1110001 | 10111000 | 1011000 | 100111 | 0 | 110100 | 11100 | 1101000 | 101000 | 110101 |
Color Harmonies of #71B858
Complementary color
Monochromatic Colors of #71B858
Black with #71B858
Text Example
Text Example
White with #71B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B858; }
p { color: rgb(113,184,88); }
H1.HeaderClassName
{
color: #71B858;
}
.AnyTagClassName
{
color: #71B858;
}
</style>
background-color css
<style>
a { background-color: #71B858; }
a { background-color: rgb(113,184,88); }
div.DivClassName
{
background-color: #71B858;
}
.BgClassName
{
background-color: #71B858;
}
</style>
border-color css
<style>
span { border-color: #71B858; }
span { border-color: rgb(113,184,88); }
td.TdClassName
{
border-color: #71B858;
}
.TagClassName
{
border-color: #71B858;
}
</style>