Shades of Mantis #71D646
Tints of Mantis #71D646
RGB
CMYK
RGB Variations
Color information
#71D646 (or 0x71D646) is known color: Mantis. HEX triplet: 71, D6 and 46. RGB value is (113,214,70). Sum of RGB (Red+Green+Blue) = 113+214+70=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #71D646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D646 is #8E29B9. Grayscale: #A7A7A7. Windows color (decimal): -9316794 or 4642417. OLE color: 4642417.
HSL color Cylindrical-coordinate representation of color #71D646: hue angle of 102.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71D646 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 70 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.16 |
| HSL | 102.08º | 0.64% | 0.56% | - |
| HSV(B) | 102.08º | 0.67% | 0.84% | - |
| XYZ | 31.96 | 52.05 | 14.16 | - |
| YUV | 167.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 70 | 0.47 | 0 | 0.67 | 0.16 | 102.08 | 0.64 | 0.56 |
| Hex | 71 | D6 | 46 | 2F | 0 | 43 | 10 | 66 | 40 | 38 |
| Octal | 161 | 326 | 106 | 57 | 0 | 103 | 20 | 146 | 100 | 70 |
| Binary | 1110001 | 11010110 | 1000110 | 101111 | 0 | 1000011 | 10000 | 1100110 | 1000000 | 111000 |
Color Harmonies of #71D646
Complementary color
Monochromatic Colors of #71D646
Black with #71D646
Text Example
Text Example
White with #71D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D646; }
p { color: rgb(113,214,70); }
H1.HeaderClassName
{
color: #71D646;
}
.AnyTagClassName
{
color: #71D646;
}
</style>
background-color css
<style>
a { background-color: #71D646; }
a { background-color: rgb(113,214,70); }
div.DivClassName
{
background-color: #71D646;
}
.BgClassName
{
background-color: #71D646;
}
</style>
border-color css
<style>
span { border-color: #71D646; }
span { border-color: rgb(113,214,70); }
td.TdClassName
{
border-color: #71D646;
}
.TagClassName
{
border-color: #71D646;
}
</style>