#86ce51

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

Shades of Mantis #86CE51

Tints of Mantis #86CE51

Color information

#86CE51 (or 0x86CE51) is unknown color: approx Mantis. HEX triplet: 86, CE and 51. RGB value is (134,206,81). Sum of RGB (Red+Green+Blue) = 134+206+81=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE51 is #7931AE. Grayscale: #AAAAAA. Windows color (decimal): -7942575 or 5361286. OLE color: 5361286.

HSL color Cylindrical-coordinate representation of color #86CE51: hue angle of 94.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86CE51 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB13420681-
CMYK0.3500.610.19
HSL94.56º56.05%56.27%-
HSV(B)94.56º60.68%80.78%-
XYZ33.3949.8115.64-
YUV170.2277.65102.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 206 (80.86% from 255) = 48.93%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=31.83%
G=48.93%
B=19.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206810.3500.610.1994.5656.0556.27
Hex86CE512303D135f3838
Octal20631612143075231377070
Binary100001101100111010100011000110111101100111011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ce51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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