#86BE71

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

Shades of Mantis #86BE71

Tints of Mantis #86BE71

Color information

#86BE71 (or 0x86BE71) is unknown color: approx Mantis. HEX triplet: 86, BE and 71. RGB value is (134,190,113). Sum of RGB (Red+Green+Blue) = 134+190+113=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE71 is #79418E. Grayscale: #A4A4A4. Windows color (decimal): -7946639 or 7454342. OLE color: 7454342.

HSL color Cylindrical-coordinate representation of color #86BE71: hue angle of 103.64º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86BE71 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB134190113-
CMYK0.2900.410.25
HSL103.64º37.2%59.41%-
HSV(B)103.64º40.53%74.51%-
XYZ31.2343.0922.29-
YUV164.4898.95106.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=30.66%
G=43.48%
B=25.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901130.2900.410.25103.6437.259.41
Hex86BE711D0291968253b
Octal20627616135051311504573
Binary10000110101111101110001111010101001110011101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BE71; }

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

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

<style>
 a { background-color: #86BE71; }

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

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

<style>
 span { border-color: #86BE71; }

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

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