#86D059

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

Shades of Mantis #86D059

Tints of Mantis #86D059

Color information

#86D059 (or 0x86D059) is unknown color: approx Mantis. HEX triplet: 86, D0 and 59. RGB value is (134,208,89). Sum of RGB (Red+Green+Blue) = 134+208+89=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #86D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D059 is #792FA6. Grayscale: #ACACAC. Windows color (decimal): -7942055 or 5886086. OLE color: 5886086.

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

Color convert

RGB13420889-
CMYK0.3600.570.18
HSL97.31º55.87%58.24%-
HSV(B)97.31º57.21%81.57%-
XYZ34.1950.917.47-
YUV172.3180.98100.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 208 (81.64% from 255) = 48.26%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=31.09%
G=48.26%
B=20.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134208890.3600.570.1897.3155.8758.24
Hex86D059240391261383a
Octal20632013144071221417072
Binary100001101101000010110011001000111001100101100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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