Shades of Mantis #71DF40
Tints of Mantis #71DF40
RGB
CMYK
RGB Variations
Color information
#71DF40 (or 0x71DF40) is known color: Mantis. HEX triplet: 71, DF and 40. RGB value is (113,223,64). Sum of RGB (Red+Green+Blue) = 113+223+64=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF40 is #8E20BF. Grayscale: #ACACAC. Windows color (decimal): -9314496 or 4251505. OLE color: 4251505.
HSL color Cylindrical-coordinate representation of color #71DF40: hue angle of 101.51º 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 #71DF40 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 64 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.13 |
| HSL | 101.51º | 0.71% | 0.56% | - |
| HSV(B) | 101.51º | 0.71% | 0.87% | - |
| XYZ | 34.12 | 56.66 | 13.99 | - |
| YUV | 171.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 64 | 0.49 | 0 | 0.71 | 0.13 | 101.51 | 0.71 | 0.56 |
| Hex | 71 | DF | 40 | 31 | 0 | 47 | D | 66 | 47 | 38 |
| Octal | 161 | 337 | 100 | 61 | 0 | 107 | 15 | 146 | 107 | 70 |
| Binary | 1110001 | 11011111 | 1000000 | 110001 | 0 | 1000111 | 1101 | 1100110 | 1000111 | 111000 |
Color Harmonies of #71DF40
Complementary color
Monochromatic Colors of #71DF40
Black with #71DF40
Text Example
Text Example
White with #71DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF40; }
p { color: rgb(113,223,64); }
H1.HeaderClassName
{
color: #71DF40;
}
.AnyTagClassName
{
color: #71DF40;
}
</style>
background-color css
<style>
a { background-color: #71DF40; }
a { background-color: rgb(113,223,64); }
div.DivClassName
{
background-color: #71DF40;
}
.BgClassName
{
background-color: #71DF40;
}
</style>
border-color css
<style>
span { border-color: #71DF40; }
span { border-color: rgb(113,223,64); }
td.TdClassName
{
border-color: #71DF40;
}
.TagClassName
{
border-color: #71DF40;
}
</style>