Shades of Mantis #71C867
Tints of Mantis #71C867
RGB
CMYK
RGB Variations
Color information
#71C867 (or 0x71C867) is known color: Mantis. HEX triplet: 71, C8 and 67. RGB value is (113,200,103). Sum of RGB (Red+Green+Blue) = 113+200+103=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #71C867 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C867 is #8E3798. Grayscale: #A3A3A3. Windows color (decimal): -9320345 or 6801521. OLE color: 6801521.
HSL color Cylindrical-coordinate representation of color #71C867: hue angle of 113.81º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71C867 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 103 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.22 |
| HSL | 113.81º | 0.47% | 0.59% | - |
| HSV(B) | 113.81º | 0.49% | 0.78% | - |
| XYZ | 29.91 | 45.8 | 20.1 | - |
| YUV | 162.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 103 | 0.44 | 0 | 0.48 | 0.22 | 113.81 | 0.47 | 0.59 |
| Hex | 71 | C8 | 67 | 2C | 0 | 30 | 16 | 72 | 2F | 3B |
| Octal | 161 | 310 | 147 | 54 | 0 | 60 | 26 | 162 | 57 | 73 |
| Binary | 1110001 | 11001000 | 1100111 | 101100 | 0 | 110000 | 10110 | 1110010 | 101111 | 111011 |
Color Harmonies of #71C867
Complementary color
Monochromatic Colors of #71C867
Black with #71C867
Text Example
Text Example
White with #71C867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C867; }
p { color: rgb(113,200,103); }
H1.HeaderClassName
{
color: #71C867;
}
.AnyTagClassName
{
color: #71C867;
}
</style>
background-color css
<style>
a { background-color: #71C867; }
a { background-color: rgb(113,200,103); }
div.DivClassName
{
background-color: #71C867;
}
.BgClassName
{
background-color: #71C867;
}
</style>
border-color css
<style>
span { border-color: #71C867; }
span { border-color: rgb(113,200,103); }
td.TdClassName
{
border-color: #71C867;
}
.TagClassName
{
border-color: #71C867;
}
</style>