#86D36E

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

Shades of Mantis #86D36E

Tints of Mantis #86D36E

Color information

#86D36E (or 0x86D36E) is unknown color: approx Mantis. HEX triplet: 86, D3 and 6E. RGB value is (134,211,110). Sum of RGB (Red+Green+Blue) = 134+211+110=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #86D36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D36E is #792C91. Grayscale: #B0B0B0. Windows color (decimal): -7941266 or 7263110. OLE color: 7263110.

HSL color Cylindrical-coordinate representation of color #86D36E: hue angle of 105.74º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86D36E is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB134211110-
CMYK0.3600.480.17
HSL105.74º53.44%62.94%-
HSV(B)105.74º47.87%82.75%-
XYZ35.9452.7823.05-
YUV176.4690.4997.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=29.45%
G=46.37%
B=24.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111100.3600.480.17105.7453.4462.94
Hex86D36E24030116a353f
Octal20632315644060211526577
Binary100001101101001111011101001000110000100011101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,211,110); }

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

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

 a { background-color: rgb(134,211,110); }

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

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

 span { border-color: rgb(134,211,110); }

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