#71E340

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

Shades of Mantis #71E340

Tints of Mantis #71E340

Color information

#71E340 (or 0x71E340) is unknown color: approx Mantis. HEX triplet: 71, E3 and 40. RGB value is (113,227,64). Sum of RGB (Red+Green+Blue) = 113+227+64=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #71E340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E340 is #8E1CBF. Grayscale: #AEAEAE. Windows color (decimal): -9313472 or 4252529. OLE color: 4252529.

HSL color Cylindrical-coordinate representation of color #71E340: hue angle of 101.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71E340 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB11322764-
CMYK0.5000.720.11
HSL101.96º74.43%57.06%-
HSV(B)101.96º71.81%89.02%-
XYZ35.258.8214.35-
YUV174.3365.7384.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 227 (89.06% from 255) = 56.19%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=27.97%
G=56.19%
B=15.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal113227640.5000.720.11101.9674.4357.06
Hex71E34032048B664a39
Octal1613431006201101314611271
Binary111000111100011100000011001001001000101111001101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,227,64); }

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

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

 a { background-color: rgb(113,227,64); }

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

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

 span { border-color: rgb(113,227,64); }

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