Shades of Mantis #71CE61
Tints of Mantis #71CE61
RGB
CMYK
RGB Variations
Color information
#71CE61 (or 0x71CE61) is known color: Mantis. HEX triplet: 71, CE and 61. RGB value is (113,206,97). Sum of RGB (Red+Green+Blue) = 113+206+97=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CE61 is #8E319E. Grayscale: #A6A6A6. Windows color (decimal): -9318815 or 6409841. OLE color: 6409841.
HSL color Cylindrical-coordinate representation of color #71CE61: hue angle of 111.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71CE61 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 97 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.19 |
| HSL | 111.19º | 0.53% | 0.59% | - |
| HSV(B) | 111.19º | 0.53% | 0.81% | - |
| XYZ | 31.04 | 48.52 | 19.04 | - |
| YUV | 165.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 97 | 0.45 | 0 | 0.53 | 0.19 | 111.19 | 0.53 | 0.59 |
| Hex | 71 | CE | 61 | 2D | 0 | 35 | 13 | 6F | 35 | 3B |
| Octal | 161 | 316 | 141 | 55 | 0 | 65 | 23 | 157 | 65 | 73 |
| Binary | 1110001 | 11001110 | 1100001 | 101101 | 0 | 110101 | 10011 | 1101111 | 110101 | 111011 |
Color Harmonies of #71CE61
Complementary color
Monochromatic Colors of #71CE61
Black with #71CE61
Text Example
Text Example
White with #71CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE61; }
p { color: rgb(113,206,97); }
H1.HeaderClassName
{
color: #71CE61;
}
.AnyTagClassName
{
color: #71CE61;
}
</style>
background-color css
<style>
a { background-color: #71CE61; }
a { background-color: rgb(113,206,97); }
div.DivClassName
{
background-color: #71CE61;
}
.BgClassName
{
background-color: #71CE61;
}
</style>
border-color css
<style>
span { border-color: #71CE61; }
span { border-color: rgb(113,206,97); }
td.TdClassName
{
border-color: #71CE61;
}
.TagClassName
{
border-color: #71CE61;
}
</style>