Shades of Mantis #71CB50
Tints of Mantis #71CB50
RGB
CMYK
RGB Variations
Color information
#71CB50 (or 0x71CB50) is known color: Mantis. HEX triplet: 71, CB and 50. RGB value is (113,203,80). Sum of RGB (Red+Green+Blue) = 113+203+80=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CB50 is #8E34AF. Grayscale: #A2A2A2. Windows color (decimal): -9319600 or 5294961. OLE color: 5294961.
HSL color Cylindrical-coordinate representation of color #71CB50: hue angle of 103.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71CB50 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 80 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.20 |
| HSL | 103.9º | 0.54% | 0.55% | - |
| HSV(B) | 103.9º | 0.61% | 0.8% | - |
| XYZ | 29.61 | 46.8 | 15.06 | - |
| YUV | 162.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 80 | 0.44 | 0 | 0.61 | 0.20 | 103.9 | 0.54 | 0.55 |
| Hex | 71 | CB | 50 | 2C | 0 | 3D | 14 | 68 | 36 | 37 |
| Octal | 161 | 313 | 120 | 54 | 0 | 75 | 24 | 150 | 66 | 67 |
| Binary | 1110001 | 11001011 | 1010000 | 101100 | 0 | 111101 | 10100 | 1101000 | 110110 | 110111 |
Color Harmonies of #71CB50
Complementary color
Monochromatic Colors of #71CB50
Black with #71CB50
Text Example
Text Example
White with #71CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB50; }
p { color: rgb(113,203,80); }
H1.HeaderClassName
{
color: #71CB50;
}
.AnyTagClassName
{
color: #71CB50;
}
</style>
background-color css
<style>
a { background-color: #71CB50; }
a { background-color: rgb(113,203,80); }
div.DivClassName
{
background-color: #71CB50;
}
.BgClassName
{
background-color: #71CB50;
}
</style>
border-color css
<style>
span { border-color: #71CB50; }
span { border-color: rgb(113,203,80); }
td.TdClassName
{
border-color: #71CB50;
}
.TagClassName
{
border-color: #71CB50;
}
</style>