Shades of Mantis #71C255
Tints of Mantis #71C255
RGB
CMYK
RGB Variations
Color information
#71C255 (or 0x71C255) is known color: Mantis. HEX triplet: 71, C2 and 55. RGB value is (113,194,85). Sum of RGB (Red+Green+Blue) = 113+194+85=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #71C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C255 is #8E3DAA. Grayscale: #9D9D9D. Windows color (decimal): -9321899 or 5620337. OLE color: 5620337.
HSL color Cylindrical-coordinate representation of color #71C255: hue angle of 104.59º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71C255 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 85 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.24 |
| HSL | 104.59º | 0.47% | 0.55% | - |
| HSV(B) | 104.59º | 0.56% | 0.76% | - |
| XYZ | 27.74 | 42.75 | 15.38 | - |
| YUV | 157.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 85 | 0.42 | 0 | 0.56 | 0.24 | 104.59 | 0.47 | 0.55 |
| Hex | 71 | C2 | 55 | 2A | 0 | 38 | 18 | 69 | 2F | 37 |
| Octal | 161 | 302 | 125 | 52 | 0 | 70 | 30 | 151 | 57 | 67 |
| Binary | 1110001 | 11000010 | 1010101 | 101010 | 0 | 111000 | 11000 | 1101001 | 101111 | 110111 |
Color Harmonies of #71C255
Complementary color
Monochromatic Colors of #71C255
Black with #71C255
Text Example
Text Example
White with #71C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C255; }
p { color: rgb(113,194,85); }
H1.HeaderClassName
{
color: #71C255;
}
.AnyTagClassName
{
color: #71C255;
}
</style>
background-color css
<style>
a { background-color: #71C255; }
a { background-color: rgb(113,194,85); }
div.DivClassName
{
background-color: #71C255;
}
.BgClassName
{
background-color: #71C255;
}
</style>
border-color css
<style>
span { border-color: #71C255; }
span { border-color: rgb(113,194,85); }
td.TdClassName
{
border-color: #71C255;
}
.TagClassName
{
border-color: #71C255;
}
</style>