#86C35E

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

Shades of Mantis #86C35E

Tints of Mantis #86C35E

Color information

#86C35E (or 0x86C35E) is unknown color: approx Mantis. HEX triplet: 86, C3 and 5E. RGB value is (134,195,94). Sum of RGB (Red+Green+Blue) = 134+195+94=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #86C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C35E is #793CA1. Grayscale: #A5A5A5. Windows color (decimal): -7945378 or 6210438. OLE color: 6210438.

HSL color Cylindrical-coordinate representation of color #86C35E: hue angle of 96.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86C35E is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB13419594-
CMYK0.3100.520.24
HSL96.24º45.7%56.67%-
HSV(B)96.24º51.79%76.47%-
XYZ31.3744.9117.6-
YUV165.2587.79105.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=31.68%
G=46.10%
B=22.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134195940.3100.520.2496.2445.756.67
Hex86C35E1F03418602e39
Octal20630313637064301405671
Binary10000110110000111011110111110110100110001100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,94); }

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

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

 a { background-color: rgb(134,195,94); }

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

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

 span { border-color: rgb(134,195,94); }

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