Shades of Mantis #71DC51
Tints of Mantis #71DC51
RGB
CMYK
RGB Variations
Color information
#71DC51 (or 0x71DC51) is known color: Mantis. HEX triplet: 71, DC and 51. RGB value is (113,220,81). Sum of RGB (Red+Green+Blue) = 113+220+81=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC51 is #8E23AE. Grayscale: #ACACAC. Windows color (decimal): -9315247 or 5364849. OLE color: 5364849.
HSL color Cylindrical-coordinate representation of color #71DC51: hue angle of 106.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71DC51 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 81 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.14 |
| HSL | 106.19º | 0.67% | 0.59% | - |
| HSV(B) | 106.19º | 0.63% | 0.86% | - |
| XYZ | 33.89 | 55.29 | 16.67 | - |
| YUV | 172.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 81 | 0.49 | 0 | 0.63 | 0.14 | 106.19 | 0.67 | 0.59 |
| Hex | 71 | DC | 51 | 31 | 0 | 3F | E | 6A | 43 | 3B |
| Octal | 161 | 334 | 121 | 61 | 0 | 77 | 16 | 152 | 103 | 73 |
| Binary | 1110001 | 11011100 | 1010001 | 110001 | 0 | 111111 | 1110 | 1101010 | 1000011 | 111011 |
Color Harmonies of #71DC51
Complementary color
Monochromatic Colors of #71DC51
Black with #71DC51
Text Example
Text Example
White with #71DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC51; }
p { color: rgb(113,220,81); }
H1.HeaderClassName
{
color: #71DC51;
}
.AnyTagClassName
{
color: #71DC51;
}
</style>
background-color css
<style>
a { background-color: #71DC51; }
a { background-color: rgb(113,220,81); }
div.DivClassName
{
background-color: #71DC51;
}
.BgClassName
{
background-color: #71DC51;
}
</style>
border-color css
<style>
span { border-color: #71DC51; }
span { border-color: rgb(113,220,81); }
td.TdClassName
{
border-color: #71DC51;
}
.TagClassName
{
border-color: #71DC51;
}
</style>