Shades of Mantis #71E73C
Tints of Mantis #71E73C
RGB
CMYK
RGB Variations
Color information
#71E73C (or 0x71E73C) is known color: Mantis. HEX triplet: 71, E7 and 3C. RGB value is (113,231,60). Sum of RGB (Red+Green+Blue) = 113+231+60=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #71E73C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E73C is #8E18C3. Grayscale: #B0B0B0. Windows color (decimal): -9312452 or 3991409. OLE color: 3991409.
HSL color Cylindrical-coordinate representation of color #71E73C: hue angle of 101.4º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71E73C is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 231 | 60 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.09 |
| HSL | 101.4º | 0.78% | 0.57% | - |
| HSV(B) | 101.4º | 0.74% | 0.91% | - |
| XYZ | 36.2 | 60.99 | 14.14 | - |
| YUV | 176.22 | 62.41 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 231 | 60 | 0.51 | 0 | 0.74 | 0.09 | 101.4 | 0.78 | 0.57 |
| Hex | 71 | E7 | 3C | 33 | 0 | 4A | 9 | 65 | 4E | 39 |
| Octal | 161 | 347 | 74 | 63 | 0 | 112 | 11 | 145 | 116 | 71 |
| Binary | 1110001 | 11100111 | 111100 | 110011 | 0 | 1001010 | 1001 | 1100101 | 1001110 | 111001 |
Color Harmonies of #71E73C
Complementary color
Monochromatic Colors of #71E73C
Black with #71E73C
Text Example
Text Example
White with #71E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E73C; }
p { color: rgb(113,231,60); }
H1.HeaderClassName
{
color: #71E73C;
}
.AnyTagClassName
{
color: #71E73C;
}
</style>
background-color css
<style>
a { background-color: #71E73C; }
a { background-color: rgb(113,231,60); }
div.DivClassName
{
background-color: #71E73C;
}
.BgClassName
{
background-color: #71E73C;
}
</style>
border-color css
<style>
span { border-color: #71E73C; }
span { border-color: rgb(113,231,60); }
td.TdClassName
{
border-color: #71E73C;
}
.TagClassName
{
border-color: #71E73C;
}
</style>