Shades of Mantis #71BC5C
Tints of Mantis #71BC5C
RGB
CMYK
RGB Variations
Color information
#71BC5C (or 0x71BC5C) is known color: Mantis. HEX triplet: 71, BC and 5C. RGB value is (113,188,92). Sum of RGB (Red+Green+Blue) = 113+188+92=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC5C is #8E43A3. Grayscale: #9A9A9A. Windows color (decimal): -9323428 or 6077553. OLE color: 6077553.
HSL color Cylindrical-coordinate representation of color #71BC5C: hue angle of 106.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71BC5C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 92 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.26 |
| HSL | 106.88º | 0.42% | 0.55% | - |
| HSV(B) | 106.88º | 0.51% | 0.74% | - |
| XYZ | 26.73 | 40.25 | 16.49 | - |
| YUV | 154.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 92 | 0.40 | 0 | 0.51 | 0.26 | 106.88 | 0.42 | 0.55 |
| Hex | 71 | BC | 5C | 28 | 0 | 33 | 1A | 6B | 2A | 37 |
| Octal | 161 | 274 | 134 | 50 | 0 | 63 | 32 | 153 | 52 | 67 |
| Binary | 1110001 | 10111100 | 1011100 | 101000 | 0 | 110011 | 11010 | 1101011 | 101010 | 110111 |
Color Harmonies of #71BC5C
Complementary color
Monochromatic Colors of #71BC5C
Black with #71BC5C
Text Example
Text Example
White with #71BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC5C; }
p { color: rgb(113,188,92); }
H1.HeaderClassName
{
color: #71BC5C;
}
.AnyTagClassName
{
color: #71BC5C;
}
</style>
background-color css
<style>
a { background-color: #71BC5C; }
a { background-color: rgb(113,188,92); }
div.DivClassName
{
background-color: #71BC5C;
}
.BgClassName
{
background-color: #71BC5C;
}
</style>
border-color css
<style>
span { border-color: #71BC5C; }
span { border-color: rgb(113,188,92); }
td.TdClassName
{
border-color: #71BC5C;
}
.TagClassName
{
border-color: #71BC5C;
}
</style>