#86C655

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

Shades of Mantis #86C655

Tints of Mantis #86C655

Color information

#86C655 (or 0x86C655) is unknown color: approx Mantis. HEX triplet: 86, C6 and 55. RGB value is (134,198,85). Sum of RGB (Red+Green+Blue) = 134+198+85=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #86C655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C655 is #7939AA. Grayscale: #A6A6A6. Windows color (decimal): -7944619 or 5621382. OLE color: 5621382.

HSL color Cylindrical-coordinate representation of color #86C655: hue angle of 93.98º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C655 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB13419885-
CMYK0.3200.570.22
HSL93.98º49.78%55.49%-
HSV(B)93.98º57.07%77.65%-
XYZ31.6746.1115.83-
YUV165.9882.3105.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=32.13%
G=47.48%
B=20.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134198850.3200.570.2293.9849.7855.49
Hex86C65520039165e3237
Octal20630612540071261366267
Binary100001101100011010101011000000111001101101011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,198,85); }

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

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

 a { background-color: rgb(134,198,85); }

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

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

 span { border-color: rgb(134,198,85); }

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