#86DA51

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

Shades of Mantis #86DA51

Tints of Mantis #86DA51

Color information

#86DA51 (or 0x86DA51) is unknown color: approx Mantis. HEX triplet: 86, DA and 51. RGB value is (134,218,81). Sum of RGB (Red+Green+Blue) = 134+218+81=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA51 is #7925AE. Grayscale: #B1B1B1. Windows color (decimal): -7939503 or 5364358. OLE color: 5364358.

HSL color Cylindrical-coordinate representation of color #86DA51: hue angle of 96.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86DA51 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB13421881-
CMYK0.3900.630.15
HSL96.79º64.93%58.63%-
HSV(B)96.79º62.84%85.49%-
XYZ36.3955.8116.64-
YUV177.2773.6797.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 218 (85.55% from 255) = 50.35%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=30.95%
G=50.35%
B=18.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134218810.3900.630.1596.7964.9358.63
Hex86DA512703FF61413b
Octal206332121470771714110173
Binary100001101101101010100011001110111111111111000011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,81); }

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

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

 a { background-color: rgb(134,218,81); }

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

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

 span { border-color: rgb(134,218,81); }

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