#86D54D

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

Shades of Mantis #86D54D

Tints of Mantis #86D54D

Color information

#86D54D (or 0x86D54D) is unknown color: approx Mantis. HEX triplet: 86, D5 and 4D. RGB value is (134,213,77). Sum of RGB (Red+Green+Blue) = 134+213+77=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #86D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D54D is #792AB2. Grayscale: #AEAEAE. Windows color (decimal): -7940787 or 5100934. OLE color: 5100934.

HSL color Cylindrical-coordinate representation of color #86D54D: hue angle of 94.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86D54D is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB13421377-
CMYK0.3700.640.16
HSL94.85º61.82%56.86%-
HSV(B)94.85º63.85%83.53%-
XYZ34.9753.1915.45-
YUV173.8773.3399.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=31.60%
G=50.24%
B=18.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134213770.3700.640.1694.8561.8256.86
Hex86D54D25040105f3e39
Octal206325115450100201377671
Binary1000011011010101100110110010101000000100001011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,77); }

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

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

 a { background-color: rgb(134,213,77); }

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

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

 span { border-color: rgb(134,213,77); }

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