#86D05F

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

Shades of Mantis #86D05F

Tints of Mantis #86D05F

Color information

#86D05F (or 0x86D05F) is unknown color: approx Mantis. HEX triplet: 86, D0 and 5F. RGB value is (134,208,95). Sum of RGB (Red+Green+Blue) = 134+208+95=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #86D05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D05F is #792FA0. Grayscale: #ADADAD. Windows color (decimal): -7942049 or 6279302. OLE color: 6279302.

HSL color Cylindrical-coordinate representation of color #86D05F: hue angle of 99.29º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86D05F is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB13420895-
CMYK0.3600.540.18
HSL99.29º54.59%59.41%-
HSV(B)99.29º54.33%81.57%-
XYZ34.4551.0118.86-
YUV172.9983.98100.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=30.66%
G=47.60%
B=21.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134208950.3600.540.1899.2954.5959.41
Hex86D05F240361263373b
Octal20632013744066221436773
Binary100001101101000010111111001000110110100101100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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