#86e355

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

Shades of Mantis #86E355

Tints of Mantis #86E355

Color information

#86E355 (or 0x86E355) is unknown color: approx Mantis. HEX triplet: 86, E3 and 55. RGB value is (134,227,85). Sum of RGB (Red+Green+Blue) = 134+227+85=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #86E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E355 is #791CAA. Grayscale: #B7B7B7. Windows color (decimal): -7937195 or 5628806. OLE color: 5628806.

HSL color Cylindrical-coordinate representation of color #86E355: hue angle of 99.3º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86E355 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB13422785-
CMYK0.4100.630.11
HSL99.3º71.72%61.18%-
HSV(B)99.3º62.56%89.02%-
XYZ38.9460.6618.25-
YUV18372.6993.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=30.04%
G=50.90%
B=19.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134227850.4100.630.1199.371.7261.18
Hex86E3552903FB63483d
Octal206343125510771314311075
Binary100001101110001110101011010010111111101111000111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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