#71C34E

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

Shades of Mantis #71C34E

Tints of Mantis #71C34E

Color information

#71C34E (or 0x71C34E) is unknown color: approx Mantis. HEX triplet: 71, C3 and 4E. RGB value is (113,195,78). Sum of RGB (Red+Green+Blue) = 113+195+78=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #71C34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C34E is #8E3CB1. Grayscale: #9D9D9D. Windows color (decimal): -9321650 or 5161841. OLE color: 5161841.

HSL color Cylindrical-coordinate representation of color #71C34E: hue angle of 102.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C34E is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB11319578-
CMYK0.4200.60.24
HSL102.05º49.37%53.53%-
HSV(B)102.05º60%76.47%-
XYZ27.743.0914.07-
YUV157.1483.3396.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=29.27%
G=50.52%
B=20.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195780.4200.60.24102.0549.3753.53
Hex71C34E2A03C18663136
Octal16130311652074301466166
Binary11100011100001110011101010100111100110001100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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