#86CE63

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

Shades of Mantis #86CE63

Tints of Mantis #86CE63

Color information

#86CE63 (or 0x86CE63) is unknown color: approx Mantis. HEX triplet: 86, CE and 63. RGB value is (134,206,99). Sum of RGB (Red+Green+Blue) = 134+206+99=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE63 is #79319C. Grayscale: #ACACAC. Windows color (decimal): -7942557 or 6540934. OLE color: 6540934.

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

Color convert

RGB13420699-
CMYK0.3500.520.19
HSL100.37º52.2%59.8%-
HSV(B)100.37º51.94%80.78%-
XYZ34.1550.1119.68-
YUV172.2786.65100.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=30.52%
G=46.92%
B=22.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206990.3500.520.19100.3752.259.8
Hex86CE63230341364343c
Octal20631614343064231446474
Binary100001101100111011000111000110110100100111100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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