#71C35D

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

Shades of Mantis #71C35D

Tints of Mantis #71C35D

Color information

#71C35D (or 0x71C35D) is unknown color: approx Mantis. HEX triplet: 71, C3 and 5D. RGB value is (113,195,93). Sum of RGB (Red+Green+Blue) = 113+195+93=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #71C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C35D is #8E3CA2. Grayscale: #9F9F9F. Windows color (decimal): -9321635 or 6144881. OLE color: 6144881.

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

Color convert

RGB11319593-
CMYK0.4200.520.24
HSL108.24º45.95%56.47%-
HSV(B)108.24º52.31%76.47%-
XYZ28.343.3317.23-
YUV158.8590.8395.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=28.18%
G=48.63%
B=23.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195930.4200.520.24108.2445.9556.47
Hex71C35D2A034186c2e38
Octal16130313552064301545670
Binary11100011100001110111011010100110100110001101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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