Shades of Mantis #71BF55
Tints of Mantis #71BF55
RGB
CMYK
RGB Variations
Color information
#71BF55 (or 0x71BF55) is known color: Mantis. HEX triplet: 71, BF and 55. RGB value is (113,191,85). Sum of RGB (Red+Green+Blue) = 113+191+85=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF55 is #8E40AA. Grayscale: #9B9B9B. Windows color (decimal): -9322667 or 5619569. OLE color: 5619569.
HSL color Cylindrical-coordinate representation of color #71BF55: hue angle of 104.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BF55 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 85 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.25 |
| HSL | 104.15º | 0.45% | 0.54% | - |
| HSV(B) | 104.15º | 0.55% | 0.75% | - |
| XYZ | 27.08 | 41.43 | 15.16 | - |
| YUV | 155.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 85 | 0.41 | 0 | 0.55 | 0.25 | 104.15 | 0.45 | 0.54 |
| Hex | 71 | BF | 55 | 29 | 0 | 37 | 19 | 68 | 2D | 36 |
| Octal | 161 | 277 | 125 | 51 | 0 | 67 | 31 | 150 | 55 | 66 |
| Binary | 1110001 | 10111111 | 1010101 | 101001 | 0 | 110111 | 11001 | 1101000 | 101101 | 110110 |
Color Harmonies of #71BF55
Complementary color
Monochromatic Colors of #71BF55
Black with #71BF55
Text Example
Text Example
White with #71BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF55; }
p { color: rgb(113,191,85); }
H1.HeaderClassName
{
color: #71BF55;
}
.AnyTagClassName
{
color: #71BF55;
}
</style>
background-color css
<style>
a { background-color: #71BF55; }
a { background-color: rgb(113,191,85); }
div.DivClassName
{
background-color: #71BF55;
}
.BgClassName
{
background-color: #71BF55;
}
</style>
border-color css
<style>
span { border-color: #71BF55; }
span { border-color: rgb(113,191,85); }
td.TdClassName
{
border-color: #71BF55;
}
.TagClassName
{
border-color: #71BF55;
}
</style>