Shades of Mantis #71E03C
Tints of Mantis #71E03C
RGB
CMYK
RGB Variations
Color information
#71E03C (or 0x71E03C) is known color: Mantis. HEX triplet: 71, E0 and 3C. RGB value is (113,224,60). Sum of RGB (Red+Green+Blue) = 113+224+60=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #71E03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E03C is #8E1FC3. Grayscale: #ACACAC. Windows color (decimal): -9314244 or 3989617. OLE color: 3989617.
HSL color Cylindrical-coordinate representation of color #71E03C: hue angle of 100.61º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71E03C is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 60 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.12 |
| HSL | 100.61º | 0.73% | 0.56% | - |
| HSV(B) | 100.61º | 0.73% | 0.88% | - |
| XYZ | 34.28 | 57.15 | 13.5 | - |
| YUV | 172.12 | 64.73 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 60 | 0.50 | 0 | 0.73 | 0.12 | 100.61 | 0.73 | 0.56 |
| Hex | 71 | E0 | 3C | 32 | 0 | 49 | C | 65 | 49 | 38 |
| Octal | 161 | 340 | 74 | 62 | 0 | 111 | 14 | 145 | 111 | 70 |
| Binary | 1110001 | 11100000 | 111100 | 110010 | 0 | 1001001 | 1100 | 1100101 | 1001001 | 111000 |
Color Harmonies of #71E03C
Complementary color
Monochromatic Colors of #71E03C
Black with #71E03C
Text Example
Text Example
White with #71E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E03C; }
p { color: rgb(113,224,60); }
H1.HeaderClassName
{
color: #71E03C;
}
.AnyTagClassName
{
color: #71E03C;
}
</style>
background-color css
<style>
a { background-color: #71E03C; }
a { background-color: rgb(113,224,60); }
div.DivClassName
{
background-color: #71E03C;
}
.BgClassName
{
background-color: #71E03C;
}
</style>
border-color css
<style>
span { border-color: #71E03C; }
span { border-color: rgb(113,224,60); }
td.TdClassName
{
border-color: #71E03C;
}
.TagClassName
{
border-color: #71E03C;
}
</style>