Shades of Mantis #71D548
Tints of Mantis #71D548
RGB
CMYK
RGB Variations
Color information
#71D548 (or 0x71D548) is known color: Mantis. HEX triplet: 71, D5 and 48. RGB value is (113,213,72). Sum of RGB (Red+Green+Blue) = 113+213+72=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #71D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D548 is #8E2AB7. Grayscale: #A7A7A7. Windows color (decimal): -9317048 or 4773233. OLE color: 4773233.
HSL color Cylindrical-coordinate representation of color #71D548: hue angle of 102.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71D548 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 72 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.16 |
| HSL | 102.55º | 0.63% | 0.56% | - |
| HSV(B) | 102.55º | 0.66% | 0.84% | - |
| XYZ | 31.77 | 51.57 | 14.41 | - |
| YUV | 167.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 72 | 0.47 | 0 | 0.66 | 0.16 | 102.55 | 0.63 | 0.56 |
| Hex | 71 | D5 | 48 | 2F | 0 | 42 | 10 | 67 | 3F | 38 |
| Octal | 161 | 325 | 110 | 57 | 0 | 102 | 20 | 147 | 77 | 70 |
| Binary | 1110001 | 11010101 | 1001000 | 101111 | 0 | 1000010 | 10000 | 1100111 | 111111 | 111000 |
Color Harmonies of #71D548
Complementary color
Monochromatic Colors of #71D548
Black with #71D548
Text Example
Text Example
White with #71D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D548; }
p { color: rgb(113,213,72); }
H1.HeaderClassName
{
color: #71D548;
}
.AnyTagClassName
{
color: #71D548;
}
</style>
background-color css
<style>
a { background-color: #71D548; }
a { background-color: rgb(113,213,72); }
div.DivClassName
{
background-color: #71D548;
}
.BgClassName
{
background-color: #71D548;
}
</style>
border-color css
<style>
span { border-color: #71D548; }
span { border-color: rgb(113,213,72); }
td.TdClassName
{
border-color: #71D548;
}
.TagClassName
{
border-color: #71D548;
}
</style>