#86BF4E

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

Shades of Mantis #86BF4E

Tints of Mantis #86BF4E

Color information

#86BF4E (or 0x86BF4E) is unknown color: approx Mantis. HEX triplet: 86, BF and 4E. RGB value is (134,191,78). Sum of RGB (Red+Green+Blue) = 134+191+78=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF4E is #7940B1. Grayscale: #A1A1A1. Windows color (decimal): -7946418 or 5160838. OLE color: 5160838.

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

Color convert

RGB13419178-
CMYK0.3000.590.25
HSL90.27º46.89%52.75%-
HSV(B)90.27º59.16%74.9%-
XYZ29.8442.8813.91-
YUV161.0781.12108.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=33.25%
G=47.39%
B=19.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191780.3000.590.2590.2746.8952.75
Hex86BF4E1E03B195a2f35
Octal20627711636073311325765
Binary10000110101111111001110111100111011110011011010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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