Shades of Mantis #71DF41
Tints of Mantis #71DF41
RGB
CMYK
RGB Variations
Color information
#71DF41 (or 0x71DF41) is known color: Mantis. HEX triplet: 71, DF and 41. RGB value is (113,223,65). Sum of RGB (Red+Green+Blue) = 113+223+65=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF41 is #8E20BE. Grayscale: #ACACAC. Windows color (decimal): -9314495 or 4317041. OLE color: 4317041.
HSL color Cylindrical-coordinate representation of color #71DF41: hue angle of 101.77º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71DF41 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 65 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.13 |
| HSL | 101.77º | 0.71% | 0.56% | - |
| HSV(B) | 101.77º | 0.71% | 0.87% | - |
| XYZ | 34.15 | 56.67 | 14.14 | - |
| YUV | 172.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 65 | 0.49 | 0 | 0.71 | 0.13 | 101.77 | 0.71 | 0.56 |
| Hex | 71 | DF | 41 | 31 | 0 | 47 | D | 66 | 47 | 38 |
| Octal | 161 | 337 | 101 | 61 | 0 | 107 | 15 | 146 | 107 | 70 |
| Binary | 1110001 | 11011111 | 1000001 | 110001 | 0 | 1000111 | 1101 | 1100110 | 1000111 | 111000 |
Color Harmonies of #71DF41
Complementary color
Monochromatic Colors of #71DF41
Black with #71DF41
Text Example
Text Example
White with #71DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF41; }
p { color: rgb(113,223,65); }
H1.HeaderClassName
{
color: #71DF41;
}
.AnyTagClassName
{
color: #71DF41;
}
</style>
background-color css
<style>
a { background-color: #71DF41; }
a { background-color: rgb(113,223,65); }
div.DivClassName
{
background-color: #71DF41;
}
.BgClassName
{
background-color: #71DF41;
}
</style>
border-color css
<style>
span { border-color: #71DF41; }
span { border-color: rgb(113,223,65); }
td.TdClassName
{
border-color: #71DF41;
}
.TagClassName
{
border-color: #71DF41;
}
</style>