#86CA5F

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

Shades of Mantis #86CA5F

Tints of Mantis #86CA5F

Color information

#86CA5F (or 0x86CA5F) is unknown color: approx Mantis. HEX triplet: 86, CA and 5F. RGB value is (134,202,95). Sum of RGB (Red+Green+Blue) = 134+202+95=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA5F is #7935A0. Grayscale: #A9A9A9. Windows color (decimal): -7943585 or 6277766. OLE color: 6277766.

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

Color convert

RGB13420295-
CMYK0.3400.530.21
HSL98.13º50.23%58.24%-
HSV(B)98.13º52.97%79.22%-
XYZ33.0248.1418.38-
YUV169.4785.97102.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=31.09%
G=46.87%
B=22.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202950.3400.530.2198.1350.2358.24
Hex86CA5F220351562323a
Octal20631213742065251426272
Binary100001101100101010111111000100110101101011100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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