Shades of Mantis #71E339
Tints of Mantis #71E339
RGB
CMYK
RGB Variations
Color information
#71E339 (or 0x71E339) is known color: Mantis. HEX triplet: 71, E3 and 39. RGB value is (113,227,57). Sum of RGB (Red+Green+Blue) = 113+227+57=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #71E339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E339 is #8E1CC6. Grayscale: #AEAEAE. Windows color (decimal): -9313479 or 3793777. OLE color: 3793777.
HSL color Cylindrical-coordinate representation of color #71E339: hue angle of 100.24º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71E339 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 227 | 57 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.11 |
| HSL | 100.24º | 0.75% | 0.56% | - |
| HSV(B) | 100.24º | 0.75% | 0.89% | - |
| XYZ | 35.02 | 58.74 | 13.36 | - |
| YUV | 173.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 227 | 57 | 0.50 | 0 | 0.75 | 0.11 | 100.24 | 0.75 | 0.56 |
| Hex | 71 | E3 | 39 | 32 | 0 | 4B | B | 64 | 4B | 38 |
| Octal | 161 | 343 | 71 | 62 | 0 | 113 | 13 | 144 | 113 | 70 |
| Binary | 1110001 | 11100011 | 111001 | 110010 | 0 | 1001011 | 1011 | 1100100 | 1001011 | 111000 |
Color Harmonies of #71E339
Complementary color
Monochromatic Colors of #71E339
Black with #71E339
Text Example
Text Example
White with #71E339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E339; }
p { color: rgb(113,227,57); }
H1.HeaderClassName
{
color: #71E339;
}
.AnyTagClassName
{
color: #71E339;
}
</style>
background-color css
<style>
a { background-color: #71E339; }
a { background-color: rgb(113,227,57); }
div.DivClassName
{
background-color: #71E339;
}
.BgClassName
{
background-color: #71E339;
}
</style>
border-color css
<style>
span { border-color: #71E339; }
span { border-color: rgb(113,227,57); }
td.TdClassName
{
border-color: #71E339;
}
.TagClassName
{
border-color: #71E339;
}
</style>