#71C65D

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

Shades of Mantis #71C65D

Tints of Mantis #71C65D

Color information

#71C65D (or 0x71C65D) is unknown color: approx Mantis. HEX triplet: 71, C6 and 5D. RGB value is (113,198,93). Sum of RGB (Red+Green+Blue) = 113+198+93=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #71C65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C65D is #8E39A2. Grayscale: #A0A0A0. Windows color (decimal): -9320867 or 6145649. OLE color: 6145649.

HSL color Cylindrical-coordinate representation of color #71C65D: hue angle of 108.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71C65D is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB11319893-
CMYK0.4300.530.22
HSL108.57º47.95%57.06%-
HSV(B)108.57º53.03%77.65%-
XYZ28.9844.6917.45-
YUV160.6289.8494.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 198 (77.73% from 255) = 49.01%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=27.97%
G=49.01%
B=23.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113198930.4300.530.22108.5747.9557.06
Hex71C65D2B035166d3039
Octal16130613553065261556071
Binary11100011100011010111011010110110101101101101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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