#86CA71

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

Shades of Mantis #86CA71

Tints of Mantis #86CA71

Color information

#86CA71 (or 0x86CA71) is unknown color: approx Mantis. HEX triplet: 86, CA and 71. RGB value is (134,202,113). Sum of RGB (Red+Green+Blue) = 134+202+113=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA71 is #79358E. Grayscale: #ABABAB. Windows color (decimal): -7943567 or 7457414. OLE color: 7457414.

HSL color Cylindrical-coordinate representation of color #86CA71: hue angle of 105.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CA71 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB134202113-
CMYK0.3400.440.21
HSL105.84º45.64%61.76%-
HSV(B)105.84º44.06%79.22%-
XYZ33.9348.523.2-
YUV171.5294.97101.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=29.84%
G=44.99%
B=25.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021130.3400.440.21105.8445.6461.76
Hex86CA712202C156a2e3e
Octal20631216142054251525676
Binary100001101100101011100011000100101100101011101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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