#71BE5D

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

Shades of Mantis #71BE5D

Tints of Mantis #71BE5D

Color information

#71BE5D (or 0x71BE5D) is unknown color: approx Mantis. HEX triplet: 71, BE and 5D. RGB value is (113,190,93). Sum of RGB (Red+Green+Blue) = 113+190+93=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE5D is #8E41A2. Grayscale: #9C9C9C. Windows color (decimal): -9322915 or 6143601. OLE color: 6143601.

HSL color Cylindrical-coordinate representation of color #71BE5D: hue angle of 107.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71BE5D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB11319093-
CMYK0.4100.510.25
HSL107.63º42.73%55.49%-
HSV(B)107.63º51.05%74.51%-
XYZ27.241.1316.86-
YUV155.9292.4997.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=28.54%
G=47.98%
B=23.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113190930.4100.510.25107.6342.7355.49
Hex71BE5D29033196c2b37
Octal16127613551063311545367
Binary11100011011111010111011010010110011110011101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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