Shades of Mantis #71D258
Tints of Mantis #71D258
RGB
CMYK
RGB Variations
Color information
#71D258 (or 0x71D258) is known color: Mantis. HEX triplet: 71, D2 and 58. RGB value is (113,210,88). Sum of RGB (Red+Green+Blue) = 113+210+88=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #71D258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D258 is #8E2DA7. Grayscale: #A7A7A7. Windows color (decimal): -9317800 or 5821041. OLE color: 5821041.
HSL color Cylindrical-coordinate representation of color #71D258: hue angle of 107.7º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71D258 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 88 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.18 |
| HSL | 107.7º | 0.58% | 0.58% | - |
| HSV(B) | 107.7º | 0.58% | 0.82% | - |
| XYZ | 31.62 | 50.31 | 17.28 | - |
| YUV | 167.09 | 83.36 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 88 | 0.46 | 0 | 0.58 | 0.18 | 107.7 | 0.58 | 0.58 |
| Hex | 71 | D2 | 58 | 2E | 0 | 3A | 12 | 6C | 3A | 3A |
| Octal | 161 | 322 | 130 | 56 | 0 | 72 | 22 | 154 | 72 | 72 |
| Binary | 1110001 | 11010010 | 1011000 | 101110 | 0 | 111010 | 10010 | 1101100 | 111010 | 111010 |
Color Harmonies of #71D258
Complementary color
Monochromatic Colors of #71D258
Black with #71D258
Text Example
Text Example
White with #71D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D258; }
p { color: rgb(113,210,88); }
H1.HeaderClassName
{
color: #71D258;
}
.AnyTagClassName
{
color: #71D258;
}
</style>
background-color css
<style>
a { background-color: #71D258; }
a { background-color: rgb(113,210,88); }
div.DivClassName
{
background-color: #71D258;
}
.BgClassName
{
background-color: #71D258;
}
</style>
border-color css
<style>
span { border-color: #71D258; }
span { border-color: rgb(113,210,88); }
td.TdClassName
{
border-color: #71D258;
}
.TagClassName
{
border-color: #71D258;
}
</style>