#71d14e

Color #71D14E Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #71D14E

Tints of Mantis #71D14E

Color information

#71D14E (or 0x71D14E) is unknown color: approx Mantis. HEX triplet: 71, D1 and 4E. RGB value is (113,209,78). Sum of RGB (Red+Green+Blue) = 113+209+78=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #71D14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D14E is #8E2EB1. Grayscale: #A5A5A5. Windows color (decimal): -9318066 or 5165425. OLE color: 5165425.

HSL color Cylindrical-coordinate representation of color #71D14E: hue angle of 103.97º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71D14E is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB11320978-
CMYK0.4600.630.18
HSL103.97º58.74%56.27%-
HSV(B)103.97º62.68%81.96%-
XYZ30.9949.6615.16-
YUV165.3678.790.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 209 (82.03% from 255) = 52.25%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=28.25%
G=52.25%
B=19.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113209780.4600.630.18103.9758.7456.27
Hex71D14E2E03F12683b38
Octal16132111656077221507370
Binary11100011101000110011101011100111111100101101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71d14e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71d14e; }

 p { color: rgb(113,209,78); }

 H1.HeaderClassName
 {
   color: #71d14e;
 }
 .AnyTagClassName
 {
   color: #71d14e;
 }
</style>
background-color css

<style>
 a { background-color: #71d14e; }

 a { background-color: rgb(113,209,78); }

 div.DivClassName
 {
   background-color: #71d14e;
 }
 .BgClassName
 {
   background-color: #71d14e;
 }
</style>
border-color css

<style>
 span { border-color: #71d14e; }

 span { border-color: rgb(113,209,78); }

 td.TdClassName
 {
   border-color: #71d14e;
 }
 .TagClassName
 {
   border-color: #71d14e;
 }
</style>