#86D35F

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

Shades of Mantis #86D35F

Tints of Mantis #86D35F

Color information

#86D35F (or 0x86D35F) is unknown color: approx Mantis. HEX triplet: 86, D3 and 5F. RGB value is (134,211,95). Sum of RGB (Red+Green+Blue) = 134+211+95=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #86D35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D35F is #792CA0. Grayscale: #AFAFAF. Windows color (decimal): -7941281 or 6280070. OLE color: 6280070.

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

Color convert

RGB13421195-
CMYK0.3600.550.17
HSL99.83º56.86%60%-
HSV(B)99.83º54.98%82.75%-
XYZ35.1952.4819.1-
YUV174.7582.9998.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=30.45%
G=47.95%
B=21.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134211950.3600.550.1799.8356.8660
Hex86D35F240371164393c
Octal20632313744067211447174
Binary100001101101001110111111001000110111100011100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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