Shades of Mantis #71D654
Tints of Mantis #71D654
RGB
CMYK
RGB Variations
Color information
#71D654 (or 0x71D654) is known color: Mantis. HEX triplet: 71, D6 and 54. RGB value is (113,214,84). Sum of RGB (Red+Green+Blue) = 113+214+84=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #71D654 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D654 is #8E29AB. Grayscale: #A9A9A9. Windows color (decimal): -9316780 or 5559921. OLE color: 5559921.
HSL color Cylindrical-coordinate representation of color #71D654: hue angle of 106.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71D654 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 84 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.16 |
| HSL | 106.62º | 0.61% | 0.58% | - |
| HSV(B) | 106.62º | 0.61% | 0.84% | - |
| XYZ | 32.46 | 52.24 | 16.76 | - |
| YUV | 168.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 84 | 0.47 | 0 | 0.61 | 0.16 | 106.62 | 0.61 | 0.58 |
| Hex | 71 | D6 | 54 | 2F | 0 | 3D | 10 | 6B | 3D | 3A |
| Octal | 161 | 326 | 124 | 57 | 0 | 75 | 20 | 153 | 75 | 72 |
| Binary | 1110001 | 11010110 | 1010100 | 101111 | 0 | 111101 | 10000 | 1101011 | 111101 | 111010 |
Color Harmonies of #71D654
Complementary color
Monochromatic Colors of #71D654
Black with #71D654
Text Example
Text Example
White with #71D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D654; }
p { color: rgb(113,214,84); }
H1.HeaderClassName
{
color: #71D654;
}
.AnyTagClassName
{
color: #71D654;
}
</style>
background-color css
<style>
a { background-color: #71D654; }
a { background-color: rgb(113,214,84); }
div.DivClassName
{
background-color: #71D654;
}
.BgClassName
{
background-color: #71D654;
}
</style>
border-color css
<style>
span { border-color: #71D654; }
span { border-color: rgb(113,214,84); }
td.TdClassName
{
border-color: #71D654;
}
.TagClassName
{
border-color: #71D654;
}
</style>