#86D66C

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

Shades of Mantis #86D66C

Tints of Mantis #86D66C

Color information

#86D66C (or 0x86D66C) is unknown color: approx Mantis. HEX triplet: 86, D6 and 6C. RGB value is (134,214,108). Sum of RGB (Red+Green+Blue) = 134+214+108=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #86D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D66C is #792993. Grayscale: #B2B2B2. Windows color (decimal): -7940500 or 7132806. OLE color: 7132806.

HSL color Cylindrical-coordinate representation of color #86D66C: hue angle of 105.28º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86D66C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB134214108-
CMYK0.3700.500.16
HSL105.28º56.38%63.14%-
HSV(B)105.28º49.53%83.92%-
XYZ36.5854.2422.73-
YUV17888.596.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=29.39%
G=46.93%
B=23.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342141080.3700.500.16105.2856.3863.14
Hex86D66C250321069383f
Octal20632615445062201517077
Binary100001101101011011011001001010110010100001101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,108); }

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

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

 a { background-color: rgb(134,214,108); }

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

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

 span { border-color: rgb(134,214,108); }

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