Shades of Mantis #71B25E
Tints of Mantis #71B25E
RGB
CMYK
RGB Variations
Color information
#71B25E (or 0x71B25E) is known color: Mantis. HEX triplet: 71, B2 and 5E. RGB value is (113,178,94). Sum of RGB (Red+Green+Blue) = 113+178+94=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #71B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B25E is #8E4DA1. Grayscale: #959595. Windows color (decimal): -9325986 or 6206065. OLE color: 6206065.
HSL color Cylindrical-coordinate representation of color #71B25E: hue angle of 106.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71B25E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 94 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.30 |
| HSL | 106.43º | 0.35% | 0.53% | - |
| HSV(B) | 106.43º | 0.47% | 0.7% | - |
| XYZ | 24.75 | 36.16 | 16.26 | - |
| YUV | 148.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 94 | 0.37 | 0 | 0.47 | 0.30 | 106.43 | 0.35 | 0.53 |
| Hex | 71 | B2 | 5E | 25 | 0 | 2F | 1E | 6A | 23 | 35 |
| Octal | 161 | 262 | 136 | 45 | 0 | 57 | 36 | 152 | 43 | 65 |
| Binary | 1110001 | 10110010 | 1011110 | 100101 | 0 | 101111 | 11110 | 1101010 | 100011 | 110101 |
Color Harmonies of #71B25E
Complementary color
Monochromatic Colors of #71B25E
Black with #71B25E
Text Example
Text Example
White with #71B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B25E; }
p { color: rgb(113,178,94); }
H1.HeaderClassName
{
color: #71B25E;
}
.AnyTagClassName
{
color: #71B25E;
}
</style>
background-color css
<style>
a { background-color: #71B25E; }
a { background-color: rgb(113,178,94); }
div.DivClassName
{
background-color: #71B25E;
}
.BgClassName
{
background-color: #71B25E;
}
</style>
border-color css
<style>
span { border-color: #71B25E; }
span { border-color: rgb(113,178,94); }
td.TdClassName
{
border-color: #71B25E;
}
.TagClassName
{
border-color: #71B25E;
}
</style>