Shades of Mantis #71C84B
Tints of Mantis #71C84B
RGB
CMYK
RGB Variations
Color information
#71C84B (or 0x71C84B) is known color: Mantis. HEX triplet: 71, C8 and 4B. RGB value is (113,200,75). Sum of RGB (Red+Green+Blue) = 113+200+75=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #71C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C84B is #8E37B4. Grayscale: #A0A0A0. Windows color (decimal): -9320373 or 4966513. OLE color: 4966513.
HSL color Cylindrical-coordinate representation of color #71C84B: hue angle of 101.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71C84B is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 75 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.22 |
| HSL | 101.76º | 0.53% | 0.54% | - |
| HSV(B) | 101.76º | 0.63% | 0.78% | - |
| XYZ | 28.73 | 45.33 | 13.89 | - |
| YUV | 159.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 75 | 0.44 | 0 | 0.62 | 0.22 | 101.76 | 0.53 | 0.54 |
| Hex | 71 | C8 | 4B | 2C | 0 | 3E | 16 | 66 | 35 | 36 |
| Octal | 161 | 310 | 113 | 54 | 0 | 76 | 26 | 146 | 65 | 66 |
| Binary | 1110001 | 11001000 | 1001011 | 101100 | 0 | 111110 | 10110 | 1100110 | 110101 | 110110 |
Color Harmonies of #71C84B
Complementary color
Monochromatic Colors of #71C84B
Black with #71C84B
Text Example
Text Example
White with #71C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C84B; }
p { color: rgb(113,200,75); }
H1.HeaderClassName
{
color: #71C84B;
}
.AnyTagClassName
{
color: #71C84B;
}
</style>
background-color css
<style>
a { background-color: #71C84B; }
a { background-color: rgb(113,200,75); }
div.DivClassName
{
background-color: #71C84B;
}
.BgClassName
{
background-color: #71C84B;
}
</style>
border-color css
<style>
span { border-color: #71C84B; }
span { border-color: rgb(113,200,75); }
td.TdClassName
{
border-color: #71C84B;
}
.TagClassName
{
border-color: #71C84B;
}
</style>