Shades of Mantis #71C258
Tints of Mantis #71C258
RGB
CMYK
RGB Variations
Color information
#71C258 (or 0x71C258) is known color: Mantis. HEX triplet: 71, C2 and 58. RGB value is (113,194,88). Sum of RGB (Red+Green+Blue) = 113+194+88=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #71C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C258 is #8E3DA7. Grayscale: #9E9E9E. Windows color (decimal): -9321896 or 5816945. OLE color: 5816945.
HSL color Cylindrical-coordinate representation of color #71C258: hue angle of 105.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C258 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 88 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.24 |
| HSL | 105.85º | 0.46% | 0.55% | - |
| HSV(B) | 105.85º | 0.55% | 0.76% | - |
| XYZ | 27.86 | 42.8 | 16.02 | - |
| YUV | 157.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 88 | 0.42 | 0 | 0.55 | 0.24 | 105.85 | 0.46 | 0.55 |
| Hex | 71 | C2 | 58 | 2A | 0 | 37 | 18 | 6A | 2E | 37 |
| Octal | 161 | 302 | 130 | 52 | 0 | 67 | 30 | 152 | 56 | 67 |
| Binary | 1110001 | 11000010 | 1011000 | 101010 | 0 | 110111 | 11000 | 1101010 | 101110 | 110111 |
Color Harmonies of #71C258
Complementary color
Monochromatic Colors of #71C258
Black with #71C258
Text Example
Text Example
White with #71C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C258; }
p { color: rgb(113,194,88); }
H1.HeaderClassName
{
color: #71C258;
}
.AnyTagClassName
{
color: #71C258;
}
</style>
background-color css
<style>
a { background-color: #71C258; }
a { background-color: rgb(113,194,88); }
div.DivClassName
{
background-color: #71C258;
}
.BgClassName
{
background-color: #71C258;
}
</style>
border-color css
<style>
span { border-color: #71C258; }
span { border-color: rgb(113,194,88); }
td.TdClassName
{
border-color: #71C258;
}
.TagClassName
{
border-color: #71C258;
}
</style>