Shades of Mantis #71CE54
Tints of Mantis #71CE54
RGB
CMYK
RGB Variations
Color information
#71CE54 (or 0x71CE54) is known color: Mantis. HEX triplet: 71, CE and 54. RGB value is (113,206,84). Sum of RGB (Red+Green+Blue) = 113+206+84=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CE54 is #8E31AB. Grayscale: #A4A4A4. Windows color (decimal): -9318828 or 5557873. OLE color: 5557873.
HSL color Cylindrical-coordinate representation of color #71CE54: hue angle of 105.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71CE54 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 84 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.19 |
| HSL | 105.74º | 0.55% | 0.57% | - |
| HSV(B) | 105.74º | 0.59% | 0.81% | - |
| XYZ | 30.48 | 48.29 | 16.1 | - |
| YUV | 164.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 84 | 0.45 | 0 | 0.59 | 0.19 | 105.74 | 0.55 | 0.57 |
| Hex | 71 | CE | 54 | 2D | 0 | 3B | 13 | 6A | 37 | 39 |
| Octal | 161 | 316 | 124 | 55 | 0 | 73 | 23 | 152 | 67 | 71 |
| Binary | 1110001 | 11001110 | 1010100 | 101101 | 0 | 111011 | 10011 | 1101010 | 110111 | 111001 |
Color Harmonies of #71CE54
Complementary color
Monochromatic Colors of #71CE54
Black with #71CE54
Text Example
Text Example
White with #71CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE54; }
p { color: rgb(113,206,84); }
H1.HeaderClassName
{
color: #71CE54;
}
.AnyTagClassName
{
color: #71CE54;
}
</style>
background-color css
<style>
a { background-color: #71CE54; }
a { background-color: rgb(113,206,84); }
div.DivClassName
{
background-color: #71CE54;
}
.BgClassName
{
background-color: #71CE54;
}
</style>
border-color css
<style>
span { border-color: #71CE54; }
span { border-color: rgb(113,206,84); }
td.TdClassName
{
border-color: #71CE54;
}
.TagClassName
{
border-color: #71CE54;
}
</style>