Shades of Mantis #71CB58
Tints of Mantis #71CB58
RGB
CMYK
RGB Variations
Color information
#71CB58 (or 0x71CB58) is known color: Mantis. HEX triplet: 71, CB and 58. RGB value is (113,203,88). Sum of RGB (Red+Green+Blue) = 113+203+88=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CB58 is #8E34A7. Grayscale: #A3A3A3. Windows color (decimal): -9319592 or 5819249. OLE color: 5819249.
HSL color Cylindrical-coordinate representation of color #71CB58: hue angle of 106.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71CB58 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 88 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.20 |
| HSL | 106.96º | 0.53% | 0.57% | - |
| HSV(B) | 106.96º | 0.57% | 0.8% | - |
| XYZ | 29.93 | 46.93 | 16.71 | - |
| YUV | 162.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 88 | 0.44 | 0 | 0.57 | 0.20 | 106.96 | 0.53 | 0.57 |
| Hex | 71 | CB | 58 | 2C | 0 | 39 | 14 | 6B | 35 | 39 |
| Octal | 161 | 313 | 130 | 54 | 0 | 71 | 24 | 153 | 65 | 71 |
| Binary | 1110001 | 11001011 | 1011000 | 101100 | 0 | 111001 | 10100 | 1101011 | 110101 | 111001 |
Color Harmonies of #71CB58
Complementary color
Monochromatic Colors of #71CB58
Black with #71CB58
Text Example
Text Example
White with #71CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB58; }
p { color: rgb(113,203,88); }
H1.HeaderClassName
{
color: #71CB58;
}
.AnyTagClassName
{
color: #71CB58;
}
</style>
background-color css
<style>
a { background-color: #71CB58; }
a { background-color: rgb(113,203,88); }
div.DivClassName
{
background-color: #71CB58;
}
.BgClassName
{
background-color: #71CB58;
}
</style>
border-color css
<style>
span { border-color: #71CB58; }
span { border-color: rgb(113,203,88); }
td.TdClassName
{
border-color: #71CB58;
}
.TagClassName
{
border-color: #71CB58;
}
</style>