Shades of Mantis #71C754
Tints of Mantis #71C754
RGB
CMYK
RGB Variations
Color information
#71C754 (or 0x71C754) is known color: Mantis. HEX triplet: 71, C7 and 54. RGB value is (113,199,84). Sum of RGB (Red+Green+Blue) = 113+199+84=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #71C754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C754 is #8E38AB. Grayscale: #A0A0A0. Windows color (decimal): -9320620 or 5556081. OLE color: 5556081.
HSL color Cylindrical-coordinate representation of color #71C754: hue angle of 104.87º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71C754 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 199 | 84 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.22 |
| HSL | 104.87º | 0.51% | 0.55% | - |
| HSV(B) | 104.87º | 0.58% | 0.78% | - |
| XYZ | 28.83 | 45 | 15.55 | - |
| YUV | 160.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 199 | 84 | 0.43 | 0 | 0.58 | 0.22 | 104.87 | 0.51 | 0.55 |
| Hex | 71 | C7 | 54 | 2B | 0 | 3A | 16 | 69 | 33 | 37 |
| Octal | 161 | 307 | 124 | 53 | 0 | 72 | 26 | 151 | 63 | 67 |
| Binary | 1110001 | 11000111 | 1010100 | 101011 | 0 | 111010 | 10110 | 1101001 | 110011 | 110111 |
Color Harmonies of #71C754
Complementary color
Monochromatic Colors of #71C754
Black with #71C754
Text Example
Text Example
White with #71C754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C754; }
p { color: rgb(113,199,84); }
H1.HeaderClassName
{
color: #71C754;
}
.AnyTagClassName
{
color: #71C754;
}
</style>
background-color css
<style>
a { background-color: #71C754; }
a { background-color: rgb(113,199,84); }
div.DivClassName
{
background-color: #71C754;
}
.BgClassName
{
background-color: #71C754;
}
</style>
border-color css
<style>
span { border-color: #71C754; }
span { border-color: rgb(113,199,84); }
td.TdClassName
{
border-color: #71C754;
}
.TagClassName
{
border-color: #71C754;
}
</style>