#86C859

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

Shades of Mantis #86C859

Tints of Mantis #86C859

Color information

#86C859 (or 0x86C859) is unknown color: approx Mantis. HEX triplet: 86, C8 and 59. RGB value is (134,200,89). Sum of RGB (Red+Green+Blue) = 134+200+89=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #86C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C859 is #7937A6. Grayscale: #A7A7A7. Windows color (decimal): -7944103 or 5884038. OLE color: 5884038.

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

Color convert

RGB13420089-
CMYK0.3300.560.22
HSL95.68º50.23%56.67%-
HSV(B)95.68º55.5%78.43%-
XYZ32.2947.116.84-
YUV167.6183.63104.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=31.68%
G=47.28%
B=21.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134200890.3300.560.2295.6850.2356.67
Hex86C8592103816603239
Octal20631013141070261406271
Binary100001101100100010110011000010111000101101100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,89); }

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

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

 a { background-color: rgb(134,200,89); }

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

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

 span { border-color: rgb(134,200,89); }

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