#86C964

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

Shades of Mantis #86C964

Tints of Mantis #86C964

Color information

#86C964 (or 0x86C964) is unknown color: approx Mantis. HEX triplet: 86, C9 and 64. RGB value is (134,201,100). Sum of RGB (Red+Green+Blue) = 134+201+100=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #86C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C964 is #79369B. Grayscale: #A9A9A9. Windows color (decimal): -7943836 or 6605190. OLE color: 6605190.

HSL color Cylindrical-coordinate representation of color #86C964: hue angle of 99.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86C964 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB134201100-
CMYK0.3300.500.21
HSL99.8º48.33%59.02%-
HSV(B)99.8º50.25%78.82%-
XYZ33.0247.7619.54-
YUV169.4588.8102.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 201 (78.91% from 255) = 46.21%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=30.80%
G=46.21%
B=22.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342011000.3300.500.2199.848.3359.02
Hex86C964210321564303b
Octal20631114441062251446073
Binary100001101100100111001001000010110010101011100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,201,100); }

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

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

 a { background-color: rgb(134,201,100); }

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

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

 span { border-color: rgb(134,201,100); }

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