#86BF62

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

Shades of Mantis #86BF62

Tints of Mantis #86BF62

Color information

#86BF62 (or 0x86BF62) is unknown color: approx Mantis. HEX triplet: 86, BF and 62. RGB value is (134,191,98). Sum of RGB (Red+Green+Blue) = 134+191+98=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF62 is #79409D. Grayscale: #A3A3A3. Windows color (decimal): -7946398 or 6471558. OLE color: 6471558.

HSL color Cylindrical-coordinate representation of color #86BF62: hue angle of 96.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86BF62 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB13419198-
CMYK0.3000.490.25
HSL96.77º42.08%56.67%-
HSV(B)96.77º48.69%74.9%-
XYZ30.6743.2118.28-
YUV163.3591.12107.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=31.68%
G=45.15%
B=23.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191980.3000.490.2596.7742.0856.67
Hex86BF621E03119612a39
Octal20627714236061311415271
Binary10000110101111111100010111100110001110011100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,98); }

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

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

 a { background-color: rgb(134,191,98); }

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

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

 span { border-color: rgb(134,191,98); }

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