Shades of Mantis #71BF60
Tints of Mantis #71BF60
RGB
CMYK
RGB Variations
Color information
#71BF60 (or 0x71BF60) is known color: Mantis. HEX triplet: 71, BF and 60. RGB value is (113,191,96). Sum of RGB (Red+Green+Blue) = 113+191+96=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF60 is #8E409F. Grayscale: #9D9D9D. Windows color (decimal): -9322656 or 6340465. OLE color: 6340465.
HSL color Cylindrical-coordinate representation of color #71BF60: hue angle of 109.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71BF60 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 96 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.25 |
| HSL | 109.26º | 0.43% | 0.56% | - |
| HSV(B) | 109.26º | 0.5% | 0.75% | - |
| XYZ | 27.55 | 41.62 | 17.65 | - |
| YUV | 156.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 96 | 0.41 | 0 | 0.50 | 0.25 | 109.26 | 0.43 | 0.56 |
| Hex | 71 | BF | 60 | 29 | 0 | 32 | 19 | 6D | 2B | 38 |
| Octal | 161 | 277 | 140 | 51 | 0 | 62 | 31 | 155 | 53 | 70 |
| Binary | 1110001 | 10111111 | 1100000 | 101001 | 0 | 110010 | 11001 | 1101101 | 101011 | 111000 |
Color Harmonies of #71BF60
Complementary color
Monochromatic Colors of #71BF60
Black with #71BF60
Text Example
Text Example
White with #71BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF60; }
p { color: rgb(113,191,96); }
H1.HeaderClassName
{
color: #71BF60;
}
.AnyTagClassName
{
color: #71BF60;
}
</style>
background-color css
<style>
a { background-color: #71BF60; }
a { background-color: rgb(113,191,96); }
div.DivClassName
{
background-color: #71BF60;
}
.BgClassName
{
background-color: #71BF60;
}
</style>
border-color css
<style>
span { border-color: #71BF60; }
span { border-color: rgb(113,191,96); }
td.TdClassName
{
border-color: #71BF60;
}
.TagClassName
{
border-color: #71BF60;
}
</style>