Shades of Mantis #71DD50
Tints of Mantis #71DD50
RGB
CMYK
RGB Variations
Color information
#71DD50 (or 0x71DD50) is known color: Mantis. HEX triplet: 71, DD and 50. RGB value is (113,221,80). Sum of RGB (Red+Green+Blue) = 113+221+80=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD50 is #8E22AF. Grayscale: #ADADAD. Windows color (decimal): -9314992 or 5299569. OLE color: 5299569.
HSL color Cylindrical-coordinate representation of color #71DD50: hue angle of 105.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71DD50 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 80 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.13 |
| HSL | 105.96º | 0.67% | 0.59% | - |
| HSV(B) | 105.96º | 0.64% | 0.87% | - |
| XYZ | 34.11 | 55.8 | 16.56 | - |
| YUV | 172.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 80 | 0.49 | 0 | 0.64 | 0.13 | 105.96 | 0.67 | 0.59 |
| Hex | 71 | DD | 50 | 31 | 0 | 40 | D | 6A | 43 | 3B |
| Octal | 161 | 335 | 120 | 61 | 0 | 100 | 15 | 152 | 103 | 73 |
| Binary | 1110001 | 11011101 | 1010000 | 110001 | 0 | 1000000 | 1101 | 1101010 | 1000011 | 111011 |
Color Harmonies of #71DD50
Complementary color
Monochromatic Colors of #71DD50
Black with #71DD50
Text Example
Text Example
White with #71DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD50; }
p { color: rgb(113,221,80); }
H1.HeaderClassName
{
color: #71DD50;
}
.AnyTagClassName
{
color: #71DD50;
}
</style>
background-color css
<style>
a { background-color: #71DD50; }
a { background-color: rgb(113,221,80); }
div.DivClassName
{
background-color: #71DD50;
}
.BgClassName
{
background-color: #71DD50;
}
</style>
border-color css
<style>
span { border-color: #71DD50; }
span { border-color: rgb(113,221,80); }
td.TdClassName
{
border-color: #71DD50;
}
.TagClassName
{
border-color: #71DD50;
}
</style>