Shades of Mantis #71BA64
Tints of Mantis #71BA64
RGB
CMYK
RGB Variations
Color information
#71BA64 (or 0x71BA64) is known color: Mantis. HEX triplet: 71, BA and 64. RGB value is (113,186,100). Sum of RGB (Red+Green+Blue) = 113+186+100=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA64 is #8E459B. Grayscale: #9A9A9A. Windows color (decimal): -9323932 or 6601329. OLE color: 6601329.
HSL color Cylindrical-coordinate representation of color #71BA64: hue angle of 110.93º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71BA64 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 100 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.27 |
| HSL | 110.93º | 0.38% | 0.56% | - |
| HSV(B) | 110.93º | 0.46% | 0.73% | - |
| XYZ | 26.67 | 39.55 | 18.28 | - |
| YUV | 154.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 100 | 0.39 | 0 | 0.46 | 0.27 | 110.93 | 0.38 | 0.56 |
| Hex | 71 | BA | 64 | 27 | 0 | 2E | 1B | 6F | 26 | 38 |
| Octal | 161 | 272 | 144 | 47 | 0 | 56 | 33 | 157 | 46 | 70 |
| Binary | 1110001 | 10111010 | 1100100 | 100111 | 0 | 101110 | 11011 | 1101111 | 100110 | 111000 |
Color Harmonies of #71BA64
Complementary color
Monochromatic Colors of #71BA64
Black with #71BA64
Text Example
Text Example
White with #71BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA64; }
p { color: rgb(113,186,100); }
H1.HeaderClassName
{
color: #71BA64;
}
.AnyTagClassName
{
color: #71BA64;
}
</style>
background-color css
<style>
a { background-color: #71BA64; }
a { background-color: rgb(113,186,100); }
div.DivClassName
{
background-color: #71BA64;
}
.BgClassName
{
background-color: #71BA64;
}
</style>
border-color css
<style>
span { border-color: #71BA64; }
span { border-color: rgb(113,186,100); }
td.TdClassName
{
border-color: #71BA64;
}
.TagClassName
{
border-color: #71BA64;
}
</style>