#86d859

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

Shades of Mantis #86D859

Tints of Mantis #86D859

Color information

#86D859 (or 0x86D859) is unknown color: approx Mantis. HEX triplet: 86, D8 and 59. RGB value is (134,216,89). Sum of RGB (Red+Green+Blue) = 134+216+89=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #86D859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D859 is #7927A6. Grayscale: #B1B1B1. Windows color (decimal): -7940007 or 5888134. OLE color: 5888134.

HSL color Cylindrical-coordinate representation of color #86D859: hue angle of 98.74º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86D859 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB13421689-
CMYK0.3800.590.15
HSL98.74º61.95%59.8%-
HSV(B)98.74º58.8%84.71%-
XYZ36.1954.918.14-
YUV17778.3397.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=30.52%
G=49.20%
B=20.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134216890.3800.590.1598.7461.9559.8
Hex86D8592603BF633e3c
Octal20633013146073171437674
Binary10000110110110001011001100110011101111111100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86d859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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